Created
June 13, 2018 14:29
-
-
Save sergeysova/c6e1d75fe72bbc92a495d4ee3c3abfd1 to your computer and use it in GitHub Desktop.
Special symbols usable for variable names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const 〱 = 1; | |
| const ª = 1; | |
| const Á = 1; | |
| const  = 1; | |
| const Å = 1; | |
| const å = 1; | |
| const Æ = 1; | |
| const Ç = 1; | |
| const ç = 1; | |
| const ℇ = 1; | |
| const fi = 1; | |
| const fl = 1; | |
| const ƒ = 1; | |
| const ℎ = 1; | |
| const ı = 1; | |
| const º = 1; | |
| const Ó = 1; | |
| const Ò = 1; | |
| const ø = 1; | |
| const Ø = 1; | |
| const Œ = 1; | |
| const œ = 1; | |
| const ß = 1; | |
| const ʃ = 1; | |
| const Ú = 1; | |
| const ˀ = 1; | |
| const Δ = 1; | |
| const λ = 1; | |
| const µ = 1; | |
| const π = 1; | |
| const ℵ = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment