Skip to content

Commit ecc1fb4

Browse files
committed
Added emoji.gif, added readme sections
1 parent 7006928 commit ecc1fb4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Images/Emoji.gif

35.4 KB
Loading

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Usage
1010
Input backslash and name of unicode symbol (for example `\forall`) then insert space and text will be automatically converted to ∀<br>
1111
To insert space use `shift+space`
1212

13+
Emoji
14+
-----
15+
16+
Emoji's names starts with colon (`:`)
17+
![Emoji](Images/Emoji.gif)
18+
19+
Special
20+
---
21+
1322
There are also special way to convert subscripts and superscripts with several symbols, just input several symbols after `\_` or `\^`:
1423
<pre>
1524
S\^1+2k → S¹⁺²ᵏ
@@ -22,6 +31,9 @@ You can also convert list of chars with special prefix via `\\prefix\abc`, which
2231
\\Bbb\ABCabc → 𝔸𝔹ℂ𝕒𝕓𝕔
2332
</pre>
2433

34+
Hex-code
35+
---
36+
2537
Hex-code of unicode symbol can be also used in one of these formats:
2638
<pre>
2739
\u12ba

0 commit comments

Comments
 (0)