mirror of
				https://github.com/symbl-cc/symbl-data.git
				synced 2025-10-30 21:21:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			225 lines
		
	
	
		
			5.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			225 lines
		
	
	
		
			5.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| : Tools
 | ||
| 
 | ||
| [encoder]: HTML-Encoder
 | ||
| 
 | ||
| desc: Encodes characters into html-code and the reverse
 | ||
| plain: Plain text
 | ||
| full: HTML
 | ||
| text: HTML and Text
 | ||
| entities: Encode characters with mnemonics
 | ||
| br: Consider line breaks
 | ||
| result: Result
 | ||
| example: This is an example! ©
 | ||
| 
 | ||
| [decoder]: Unicode Decoder
 | ||
| 
 | ||
| desc: Encodes characters into Unicode or decodes back
 | ||
| example: This is an example
 | ||
| code: Unicode
 | ||
| text: Text
 | ||
| 
 | ||
| [flip]: Flip
 | ||
| 
 | ||
| desc: Flip the Cyrillic and Latin characters upside down or backwards
 | ||
| plain: Plain text
 | ||
| flipped: Flipped text
 | ||
| backed: Back-to-front text
 | ||
| result: Result
 | ||
| example: this is an example
 | ||
| exampleFlip: ǝldɯɐxǝ uɐ sı sıɥʇ
 | ||
| 
 | ||
| [generator]: Unicode Character Table Generator
 | ||
| 
 | ||
| desc: Generates a set of characters in a specified range
 | ||
| range: Range
 | ||
| format: Format
 | ||
| info: Available: {symbol}, {dec}, {hex}, {html}
 | ||
| generate: Generate
 | ||
| result: Result
 | ||
| 
 | ||
| [strikethrough-text]: Strikethrough Text
 | ||
| h1: Strikethrough Text
 | ||
| desc: How to strikethrough
 | ||
| text: Text
 | ||
| example: This is an example
 | ||
| 
 | ||
| strikethroughText: ̶S̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ ̶t̶e̶x̶t̶
 | ||
| crossed: ͟U͟n͟d͟e͟r͟l͟i͟n͟e͟d͟ ͟t͟e͟x͟t͟
 | ||
| dotted: ̤D̤o̤t̤t̤e̤d̤ ̤l̤i̤n̤e̤
 | ||
| slash: ̷S̷l̷a̷s̷h̷ ̷s̷y̷m̷b̷o̷l̷
 | ||
| doubleunderline: ͇D͇o͇u͇b͇l͇e͇ ͇u͇n͇d͇e͇r͇l͇i͇n͇e͇
 | ||
| waveline: ̰W̰a̰v̰ḛ ̰l̰ḭn̰ḛ
 | ||
| ciphertext: C҉i҉p҉h҉e҉r҉ ҉t҉e҉x҉t҉
 | ||
| fullyshaded: ■■■■■■ ■■■■
 | ||
| strikethroughSlash: ̸H̸i̸g̸h̸ ̸s̸l̸a̸s̸h̸ ̸s̸y̸m̸b̸o̸l̸
 | ||
| 
 | ||
| [register-converter]: Case Converter
 | ||
| h1: Case Converter
 | ||
| desc: Changes the case of each letter
 | ||
| text: Text
 | ||
| example: This is an example
 | ||
| 
 | ||
| uppercase: UPPER CASE
 | ||
| lowercase: lower case
 | ||
| inversioncase: iNVERSION cASE
 | ||
| randomcase: RAnDOM cAsE
 | ||
| alternatingcase: aLtErNaTiNg cAsE
 | ||
| capitalizedcase: Capitalized Case
 | ||
| 
 | ||
| [word-counter]: Character Calculator
 | ||
| h1: Character Calculator
 | ||
| desc: Character Count Tool
 | ||
| 
 | ||
| placeholder: Insert text ...
 | ||
| symbols: Total characters
 | ||
| without-spaces: Excluding spaces
 | ||
| no-punctuation-marks: Without punctuation marks
 | ||
| words: Total words
 | ||
| average-amount: Average number of words in a sentence
 | ||
| long-word: The longest word
 | ||
| 
 | ||
| 
 | ||
| [braille]: Braille Translator
 | ||
| h1: Braille Translator
 | ||
| desc: Convert text to Braille
 | ||
| 
 | ||
| text: Text
 | ||
| example: This is an example
 | ||
| code: Braille
 | ||
| lang-ru: Russian
 | ||
| lang-en: English
 | ||
| 
 | ||
| result: Result
 | ||
| 
 | ||
| [gothic]: Text Converter to Gothic Style
 | ||
| h1: Text Converter to Gothic Style
 | ||
| desc: Writing text in Gothic font
 | ||
| 
 | ||
| text: Text (latin)
 | ||
| example: Gothic
 | ||
| regularText: Gothic
 | ||
| boldText: Gothic bold
 | ||
| 
 | ||
| result: Result
 | ||
| 
 | ||
| [morse]: Text to Morse Code Converter
 | ||
| h1: Text to Morse Code Converter
 | ||
| desc: Converts text and decodes Morse Code
 | ||
| 
 | ||
| example: This is an example
 | ||
| code: Morse code
 | ||
| latin: Latin
 | ||
| numbers: Numbers
 | ||
| punctuation: Punctuation
 | ||
| 
 | ||
| titleAlphabet: Morse code alphabet
 | ||
| 
 | ||
| result: Result
 | ||
| 
 | ||
| [password-generator]: Password Generator
 | ||
| h1: Password Generator
 | ||
| desc: How to generate a strong password
 | ||
| 
 | ||
| uppercase: Uppercase letters (A-Z)
 | ||
| lowercase: Lowercase letters (a-z)
 | ||
| numbers: Numbers (0-9)
 | ||
| special: Special symbols (!@#$%^&*)
 | ||
| 
 | ||
| maxLength: symbols (4-99)
 | ||
| generate: Generate
 | ||
| warning: Select at least one character set to generate your password
 | ||
| 
 | ||
| 
 | ||
| [nickname-generator]: Stylish Text & Nickname Generator
 | ||
| h1: Stylish Text & Nickname Generator
 | ||
| desc: Decorate nickname
 | ||
| 
 | ||
| text: Text
 | ||
| nickname: Nickname
 | ||
| example: Maria
 | ||
| nickexamples: Nickname examples
 | ||
| 
 | ||
| [text-to-symbols]: Symbol Text
 | ||
| h1: Symbol Text
 | ||
| desc: Write text symbols
 | ||
| 
 | ||
| text: Text (Latin)
 | ||
| example: Example
 | ||
| 
 | ||
| blank: Blank letters
 | ||
| filled: Painted letters
 | ||
| background: Letters with background
 | ||
| symbol-dolar: Letters from the symbol $
 | ||
| symbol-lattice: Letters from the symbol #
 | ||
| symbol-paragraph: Letters from the symbol ¶
 | ||
| 
 | ||
| [typograph]: Typographer
 | ||
| h1: Typographer
 | ||
| desc: Format text for layout.
 | ||
| 
 | ||
| plain: Original text
 | ||
| text: Text
 | ||
| html: HTML
 | ||
| mnemonics: HTML Entities
 | ||
| example:  - "Example..."
 | ||
| result: Result
 | ||
| first-level-quote: First level quotation marks
 | ||
| second-level-quote: Second level quotation marks
 | ||
| 
 | ||
| [secret-space]: Whitespace
 | ||
| h1: Whitespace
 | ||
| text: Original text
 | ||
| result: Formatted text
 | ||
| example: Whitespace helps you edit an Instagram or other social media post. For example:\n\n1. Divide text into paragraphs;\n     2. Make a new paragraph of any length;\n\n         3. Add right, left, top or bottom indents.
 | ||
| 
 | ||
| [emoji-keyboard]: Emoji Keyboard
 | ||
| subtitle: Copy and Paste Any Emoji
 | ||
| popular: Popular
 | ||
| emoji: Emoji
 | ||
| arrow: Arrow
 | ||
| math: Mathematics
 | ||
| currency: Currency
 | ||
| letters: Letters
 | ||
| punctuation: Punctuation
 | ||
| example: Text and symbol ☆ examples
 | ||
| copy-text: Click on the symbol and it will copy automatically!
 | ||
| paste-text: It also goes to this box, where you can enter any text and decorate it with any symbols!
 | ||
| ok: Got it!
 | ||
| skip: Skip
 | ||
| cool: Cool!
 | ||
| 
 | ||
| [telegram-2-symbols]: Symbols on Telegram
 | ||
| subtitle: Here you can quickly type your text using Latin script and various fonts.
 | ||
| example: Text and symbol ☆ examples
 | ||
| copy-text: Clock on this symbol — and it will copy automatically!
 | ||
| paste-text: It's copied to the box too — there you can enter any text and choose any Latin letters you like!
 | ||
| ok: Got it!
 | ||
| skip: Skip
 | ||
| cool: Cool!
 | ||
| A: A
 | ||
| B: B
 | ||
| C: C
 | ||
| D: D
 | ||
| E: E
 | ||
| F: F
 | ||
| G: G
 | ||
| H: H
 | ||
| I: I
 | ||
| J: J
 | ||
| K: K
 | ||
| L: L
 | ||
| M: M
 | ||
| N: N
 | ||
| O: O
 | ||
| P: P
 | ||
| Q: Q
 | ||
| R: R
 | ||
| S: S
 | ||
| T: T
 | ||
| U: U
 | ||
| V: V
 | ||
| W: W
 | ||
| X: X
 | ||
| Y: Y
 | ||
| Z: Z
 |