Enumeration: CharCode
vendor/snippet/charCode.CharCode
An inlined enum containing useful character codes (to be used with String.charCodeAt). Please leave the const keyword such that it gets inlined when compiled to JavaScript!
Enumeration members
A
• A = 65
Defined in
vendor/snippet/charCode.ts:133
Ampersand
• Ampersand = 38
The &
character.
Defined in
vendor/snippet/charCode.ts:55
Asterisk
• Asterisk = 42
The *
character.
Defined in
vendor/snippet/charCode.ts:71
AtSign
• AtSign = 64
The @
character.
Defined in
vendor/snippet/charCode.ts:131
B
• B = 66
Defined in
vendor/snippet/charCode.ts:134
BackTick
• BackTick = 96
The (`)
character.
Defined in
vendor/snippet/charCode.ts:183
Backslash
• Backslash = 92
The \
character.
Defined in
vendor/snippet/charCode.ts:167
Backspace
• Backspace = 8
The \b
character.
Defined in
vendor/snippet/charCode.ts:18
C
• C = 67
Defined in
vendor/snippet/charCode.ts:135
Caret
• Caret = 94
The ^
character.
Defined in
vendor/snippet/charCode.ts:175
CarriageReturn
• CarriageReturn = 13
The \r
character.
Defined in
vendor/snippet/charCode.ts:30
CloseCurlyBrace
• CloseCurlyBrace = 125
The }
character.
Defined in
vendor/snippet/charCode.ts:223
CloseParen
• CloseParen = 41
The )
character.
Defined in
vendor/snippet/charCode.ts:67
CloseSquareBracket
• CloseSquareBracket = 93
The ]
character.
Defined in
vendor/snippet/charCode.ts:171
Colon
• Colon = 58
The :
character.
Defined in
vendor/snippet/charCode.ts:107
Comma
• Comma = 44
The ,
character.
Defined in
vendor/snippet/charCode.ts:79
D
• D = 68
Defined in
vendor/snippet/charCode.ts:136
Dash
• Dash = 45
The -
character.
Defined in
vendor/snippet/charCode.ts:83
Digit0
• Digit0 = 48
Defined in
vendor/snippet/charCode.ts:93
Digit1
• Digit1 = 49
Defined in
vendor/snippet/charCode.ts:94
Digit2
• Digit2 = 50
Defined in
vendor/snippet/charCode.ts:95
Digit3
• Digit3 = 51
Defined in
vendor/snippet/charCode.ts:96
Digit4
• Digit4 = 52
Defined in
vendor/snippet/charCode.ts:97
Digit5
• Digit5 = 53
Defined in
vendor/snippet/charCode.ts:98
Digit6
• Digit6 = 54
Defined in
vendor/snippet/charCode.ts:99
Digit7
• Digit7 = 55
Defined in
vendor/snippet/charCode.ts:100
Digit8
• Digit8 = 56
Defined in
vendor/snippet/charCode.ts:101
Digit9
• Digit9 = 57
Defined in
vendor/snippet/charCode.ts:102
DollarSign
• DollarSign = 36
The $
character.
Defined in
vendor/snippet/charCode.ts:47
DoubleQuote
• DoubleQuote = 34
The "
character.
Defined in
vendor/snippet/charCode.ts:39
E
• E = 69
Defined in
vendor/snippet/charCode.ts:137
Equals
• Equals = 61
The =
character.
Defined in
vendor/snippet/charCode.ts:119
ExclamationMark
• ExclamationMark = 33
The !
character.
Defined in
vendor/snippet/charCode.ts:35
F
• F = 70
Defined in
vendor/snippet/charCode.ts:138
G
• G = 71
Defined in
vendor/snippet/charCode.ts:139
GreaterThan
• GreaterThan = 62
The >
character.
Defined in
vendor/snippet/charCode.ts:123
H
• H = 72
Defined in
vendor/snippet/charCode.ts:140
Hash
• Hash = 35
The #
character.
Defined in
vendor/snippet/charCode.ts:43
I
• I = 73
Defined in
vendor/snippet/charCode.ts:141
J
• J = 74
Defined in
vendor/snippet/charCode.ts:142
K
• K = 75
Defined in
vendor/snippet/charCode.ts:143
L
• L = 76
Defined in
vendor/snippet/charCode.ts:144
LINE_SEPARATOR
• LINE_SEPARATOR = 8232
Unicode Character 'LINE SEPARATOR' (U+2028) http://www.fileformat.info/info/unicode/char/2028/index.htm
Defined in
vendor/snippet/charCode.ts:346
LessThan
• LessThan = 60
The <
character.
Defined in
vendor/snippet/charCode.ts:115
LineFeed
• LineFeed = 10
The \n
character.
Defined in
vendor/snippet/charCode.ts:26
M
• M = 77
Defined in
vendor/snippet/charCode.ts:145
N
• N = 78
Defined in
vendor/snippet/charCode.ts:146
NEXT_LINE
• NEXT_LINE = 133
Unicode Character 'NEXT LINE' (U+0085) http://www.fileformat.info/info/unicode/char/0085/index.htm
Defined in
vendor/snippet/charCode.ts:356
Null
• Null = 0
Defined in
vendor/snippet/charCode.ts:14
O
• O = 79
Defined in
vendor/snippet/charCode.ts:147
OpenCurlyBrace
• OpenCurlyBrace = 123
The {
character.
Defined in
vendor/snippet/charCode.ts:215
OpenParen
• OpenParen = 40
The (
character.
Defined in
vendor/snippet/charCode.ts:63
OpenSquareBracket
• OpenSquareBracket = 91
The [
character.
Defined in
vendor/snippet/charCode.ts:163
P
• P = 80
Defined in
vendor/snippet/charCode.ts:148
PARAGRAPH_SEPARATOR
• PARAGRAPH_SEPARATOR = 8233
Unicode Character 'PARAGRAPH SEPARATOR' (U+2029) http://www.fileformat.info/info/unicode/char/2029/index.htm
Defined in
vendor/snippet/charCode.ts:351
PercentSign
• PercentSign = 37
The %
character.
Defined in
vendor/snippet/charCode.ts:51
Period
• Period = 46
The .
character.
Defined in
vendor/snippet/charCode.ts:87
Pipe
• Pipe = 124
The |
character.
Defined in
vendor/snippet/charCode.ts:219
Plus
• Plus = 43
The +
character.
Defined in
vendor/snippet/charCode.ts:75
Q
• Q = 81
Defined in
vendor/snippet/charCode.ts:149
QuestionMark
• QuestionMark = 63
The ?
character.
Defined in
vendor/snippet/charCode.ts:127
R
• R = 82
Defined in
vendor/snippet/charCode.ts:150
S
• S = 83
Defined in
vendor/snippet/charCode.ts:151
Semicolon
• Semicolon = 59
The ;
character.
Defined in
vendor/snippet/charCode.ts:111
SingleQuote
• SingleQuote = 39
The '
character.
Defined in
vendor/snippet/charCode.ts:59
Slash
• Slash = 47
The /
character.
Defined in
vendor/snippet/charCode.ts:91
Space
• Space = 32
Defined in
vendor/snippet/charCode.ts:31
T
• T = 84
Defined in
vendor/snippet/charCode.ts:152
Tab
• Tab = 9
The \t
character.
Defined in
vendor/snippet/charCode.ts:22
Tilde
• Tilde = 126
The ~
character.
Defined in
vendor/snippet/charCode.ts:227
U
• U = 85
Defined in
vendor/snippet/charCode.ts:153
UTF8_BOM
• UTF8_BOM = 65279
UTF-8 BOM Unicode Character 'ZERO WIDTH NO-BREAK SPACE' (U+FEFF) http://www.fileformat.info/info/unicode/char/feff/index.htm
Defined in
vendor/snippet/charCode.ts:435
U_ACUTE_ACCENT
• U_ACUTE_ACCENT = 180
Defined in
vendor/snippet/charCode.ts:363
U_BREVE
• U_BREVE = 728
Defined in
vendor/snippet/charCode.ts:375
U_CEDILLA
• U_CEDILLA = 184
Defined in
vendor/snippet/charCode.ts:364
U_CIRCUMFLEX
• U_CIRCUMFLEX = 94
Defined in
vendor/snippet/charCode.ts:359
U_Combining_Acute_Accent
• U_Combining_Acute_Accent = 769
Defined in
vendor/snippet/charCode.ts:230
U_Combining_Acute_Accent_Below
• U_Combining_Acute_Accent_Below = 791
Defined in
vendor/snippet/charCode.ts:252
U_Combining_Acute_Tone_Mark
• U_Combining_Acute_Tone_Mark = 833
Defined in
vendor/snippet/charCode.ts:294
U_Combining_Almost_Equal_To_Above
• U_Combining_Almost_Equal_To_Above = 844
Defined in
vendor/snippet/charCode.ts:305
U_Combining_Asterisk_Below
• U_Combining_Asterisk_Below = 857
Defined in
vendor/snippet/charCode.ts:318
U_Combining_Breve
• U_Combining_Breve = 774
Defined in
vendor/snippet/charCode.ts:235
U_Combining_Breve_Below
• U_Combining_Breve_Below = 814
Defined in
vendor/snippet/charCode.ts:275
U_Combining_Bridge_Above
• U_Combining_Bridge_Above = 838
Defined in
vendor/snippet/charCode.ts:299
U_Combining_Bridge_Below
• U_Combining_Bridge_Below = 810
Defined in
vendor/snippet/charCode.ts:271
U_Combining_Candrabindu
• U_Combining_Candrabindu = 784
Defined in
vendor/snippet/charCode.ts:245
U_Combining_Caron
• U_Combining_Caron = 780
Defined in
vendor/snippet/charCode.ts:241
U_Combining_Caron_Below
• U_Combining_Caron_Below = 812
Defined in
vendor/snippet/charCode.ts:273
U_Combining_Cedilla
• U_Combining_Cedilla = 807
Defined in
vendor/snippet/charCode.ts:268
U_Combining_Circumflex_Accent
• U_Combining_Circumflex_Accent = 770
Defined in
vendor/snippet/charCode.ts:231
U_Combining_Circumflex_Accent_Below
• U_Combining_Circumflex_Accent_Below = 813
Defined in
vendor/snippet/charCode.ts:274
U_Combining_Comma_Above
• U_Combining_Comma_Above = 787
Defined in
vendor/snippet/charCode.ts:248
U_Combining_Comma_Above_Right
• U_Combining_Comma_Above_Right = 789
Defined in
vendor/snippet/charCode.ts:250
U_Combining_Comma_Below
• U_Combining_Comma_Below = 806
Defined in
vendor/snippet/charCode.ts:267
U_Combining_Diaeresis
• U_Combining_Diaeresis = 776
Defined in
vendor/snippet/charCode.ts:237
U_Combining_Diaeresis_Below
• U_Combining_Diaeresis_Below = 804
Defined in
vendor/snippet/charCode.ts:265
U_Combining_Dot_Above
• U_Combining_Dot_Above = 775
Defined in
vendor/snippet/charCode.ts:236
U_Combining_Dot_Above_Right
• U_Combining_Dot_Above_Right = 856
Defined in
vendor/snippet/charCode.ts:317
U_Combining_Dot_Below
• U_Combining_Dot_Below = 803
Defined in
vendor/snippet/charCode.ts:264
U_Combining_Double_Acute_Accent
• U_Combining_Double_Acute_Accent = 779
Defined in
vendor/snippet/charCode.ts:240
U_Combining_Double_Breve
• U_Combining_Double_Breve = 861
Defined in
vendor/snippet/charCode.ts:322
U_Combining_Double_Breve_Below
• U_Combining_Double_Breve_Below = 860
Defined in
vendor/snippet/charCode.ts:321
U_Combining_Double_Grave_Accent
• U_Combining_Double_Grave_Accent = 783
Defined in
vendor/snippet/charCode.ts:244
U_Combining_Double_Inverted_Breve
• U_Combining_Double_Inverted_Breve = 865
Defined in
vendor/snippet/charCode.ts:326
U_Combining_Double_Low_Line
• U_Combining_Double_Low_Line = 819
Defined in
vendor/snippet/charCode.ts:280
U_Combining_Double_Macron
• U_Combining_Double_Macron = 862
Defined in
vendor/snippet/charCode.ts:323
U_Combining_Double_Macron_Below
• U_Combining_Double_Macron_Below = 863
Defined in
vendor/snippet/charCode.ts:324
U_Combining_Double_Overline
• U_Combining_Double_Overline = 831
Defined in
vendor/snippet/charCode.ts:292
U_Combining_Double_Rightwards_Arrow_Below
• U_Combining_Double_Rightwards_Arrow_Below = 866
Defined in
vendor/snippet/charCode.ts:327
U_Combining_Double_Ring_Below
• U_Combining_Double_Ring_Below = 858
Defined in
vendor/snippet/charCode.ts:319
U_Combining_Double_Tilde
• U_Combining_Double_Tilde = 864
Defined in
vendor/snippet/charCode.ts:325
U_Combining_Double_Vertical_Line_Above
• U_Combining_Double_Vertical_Line_Above = 782
Defined in
vendor/snippet/charCode.ts:243
U_Combining_Double_Vertical_Line_Below
• U_Combining_Double_Vertical_Line_Below = 840
Defined in
vendor/snippet/charCode.ts:301
U_Combining_Down_Tack_Below
• U_Combining_Down_Tack_Below = 798
Defined in
vendor/snippet/charCode.ts:259
U_Combining_Equals_Sign_Below
• U_Combining_Equals_Sign_Below = 839
Defined in
vendor/snippet/charCode.ts:300
U_Combining_Fermata
• U_Combining_Fermata = 850
Defined in
vendor/snippet/charCode.ts:311
U_Combining_Grapheme_Joiner
• U_Combining_Grapheme_Joiner = 847
Defined in
vendor/snippet/charCode.ts:308
U_Combining_Grave_Accent
• U_Combining_Grave_Accent = 768
Defined in
vendor/snippet/charCode.ts:229
U_Combining_Grave_Accent_Below
• U_Combining_Grave_Accent_Below = 790
Defined in
vendor/snippet/charCode.ts:251
U_Combining_Grave_Tone_Mark
• U_Combining_Grave_Tone_Mark = 832
Defined in
vendor/snippet/charCode.ts:293
U_Combining_Greek_Dialytika_Tonos
• U_Combining_Greek_Dialytika_Tonos = 836
Defined in
vendor/snippet/charCode.ts:297
U_Combining_Greek_Koronis
• U_Combining_Greek_Koronis = 835
Defined in
vendor/snippet/charCode.ts:296
U_Combining_Greek_Perispomeni
• U_Combining_Greek_Perispomeni = 834
Defined in
vendor/snippet/charCode.ts:295
U_Combining_Greek_Ypogegrammeni
• U_Combining_Greek_Ypogegrammeni = 837
Defined in
vendor/snippet/charCode.ts:298
U_Combining_Homothetic_Above
• U_Combining_Homothetic_Above = 843
Defined in
vendor/snippet/charCode.ts:304
U_Combining_Hook_Above
• U_Combining_Hook_Above = 777
Defined in
vendor/snippet/charCode.ts:238
U_Combining_Horn
• U_Combining_Horn = 795
Defined in
vendor/snippet/charCode.ts:256
U_Combining_Inverted_Breve
• U_Combining_Inverted_Breve = 785
Defined in
vendor/snippet/charCode.ts:246
U_Combining_Inverted_Breve_Below
• U_Combining_Inverted_Breve_Below = 815
Defined in
vendor/snippet/charCode.ts:276
U_Combining_Inverted_Bridge_Below
• U_Combining_Inverted_Bridge_Below = 826
Defined in
vendor/snippet/charCode.ts:287
U_Combining_Inverted_Double_Arch_Below
• U_Combining_Inverted_Double_Arch_Below = 811
Defined in
vendor/snippet/charCode.ts:272
U_Combining_Latin_Small_Letter_A
• U_Combining_Latin_Small_Letter_A = 867
Defined in
vendor/snippet/charCode.ts:328
U_Combining_Latin_Small_Letter_C
• U_Combining_Latin_Small_Letter_C = 872
Defined in
vendor/snippet/charCode.ts:333
U_Combining_Latin_Small_Letter_D
• U_Combining_Latin_Small_Letter_D = 873
Defined in
vendor/snippet/charCode.ts:334
U_Combining_Latin_Small_Letter_E
• U_Combining_Latin_Small_Letter_E = 868
Defined in
vendor/snippet/charCode.ts:329
U_Combining_Latin_Small_Letter_H
• U_Combining_Latin_Small_Letter_H = 874
Defined in
vendor/snippet/charCode.ts:335
U_Combining_Latin_Small_Letter_I
• U_Combining_Latin_Small_Letter_I = 869
Defined in
vendor/snippet/charCode.ts:330
U_Combining_Latin_Small_Letter_M
• U_Combining_Latin_Small_Letter_M = 875
Defined in
vendor/snippet/charCode.ts:336
U_Combining_Latin_Small_Letter_O
• U_Combining_Latin_Small_Letter_O = 870
Defined in
vendor/snippet/charCode.ts:331
U_Combining_Latin_Small_Letter_R
• U_Combining_Latin_Small_Letter_R = 876
Defined in
vendor/snippet/charCode.ts:337
U_Combining_Latin_Small_Letter_T
• U_Combining_Latin_Small_Letter_T = 877
Defined in
vendor/snippet/charCode.ts:338
U_Combining_Latin_Small_Letter_U
• U_Combining_Latin_Small_Letter_U = 871
Defined in
vendor/snippet/charCode.ts:332
U_Combining_Latin_Small_Letter_V
• U_Combining_Latin_Small_Letter_V = 878
Defined in
vendor/snippet/charCode.ts:339
U_Combining_Latin_Small_Letter_X
• U_Combining_Latin_Small_Letter_X = 879
Defined in
vendor/snippet/charCode.ts:340
U_Combining_Left_Angle_Above
• U_Combining_Left_Angle_Above = 794
Defined in
vendor/snippet/charCode.ts:255
U_Combining_Left_Angle_Below
• U_Combining_Left_Angle_Below = 841
Defined in
vendor/snippet/charCode.ts:302
U_Combining_Left_Arrowhead_Below
• U_Combining_Left_Arrowhead_Below = 852
Defined in
vendor/snippet/charCode.ts:313
U_Combining_Left_Half_Ring_Above
• U_Combining_Left_Half_Ring_Above = 849
Defined in
vendor/snippet/charCode.ts:310
U_Combining_Left_Half_Ring_Below
• U_Combining_Left_Half_Ring_Below = 796
Defined in
vendor/snippet/charCode.ts:257
U_Combining_Left_Right_Arrow_Below
• U_Combining_Left_Right_Arrow_Below = 845
Defined in
vendor/snippet/charCode.ts:306
U_Combining_Left_Tack_Below
• U_Combining_Left_Tack_Below = 792
Defined in
vendor/snippet/charCode.ts:253
U_Combining_Long_Solidus_Overlay
• U_Combining_Long_Solidus_Overlay = 824
Defined in
vendor/snippet/charCode.ts:285
U_Combining_Long_Stroke_Overlay
• U_Combining_Long_Stroke_Overlay = 822
Defined in
vendor/snippet/charCode.ts:283
U_Combining_Low_Line
• U_Combining_Low_Line = 818
Defined in
vendor/snippet/charCode.ts:279
U_Combining_Macron
• U_Combining_Macron = 772
Defined in
vendor/snippet/charCode.ts:233
U_Combining_Macron_Below
• U_Combining_Macron_Below = 817
Defined in
vendor/snippet/charCode.ts:278
U_Combining_Minus_Sign_Below
• U_Combining_Minus_Sign_Below = 800
Defined in
vendor/snippet/charCode.ts:261
U_Combining_Not_Tilde_Above
• U_Combining_Not_Tilde_Above = 842
Defined in
vendor/snippet/charCode.ts:303
U_Combining_Ogonek
• U_Combining_Ogonek = 808
Defined in
vendor/snippet/charCode.ts:269
U_Combining_Overline
• U_Combining_Overline = 773
Defined in
vendor/snippet/charCode.ts:234
U_Combining_Palatalized_Hook_Below
• U_Combining_Palatalized_Hook_Below = 801
Defined in
vendor/snippet/charCode.ts:262
U_Combining_Plus_Sign_Below
• U_Combining_Plus_Sign_Below = 799
Defined in
vendor/snippet/charCode.ts:260
U_Combining_Retroflex_Hook_Below
• U_Combining_Retroflex_Hook_Below = 802
Defined in
vendor/snippet/charCode.ts:263
U_Combining_Reversed_Comma_Above
• U_Combining_Reversed_Comma_Above = 788
Defined in
vendor/snippet/charCode.ts:249
U_Combining_Right_Arrowhead_Above
• U_Combining_Right_Arrowhead_Above = 848
Defined in
vendor/snippet/charCode.ts:309
U_Combining_Right_Arrowhead_And_Up_Arrowhead_Below
• U_Combining_Right_Arrowhead_And_Up_Arrowhead_Below = 854
Defined in
vendor/snippet/charCode.ts:315
U_Combining_Right_Arrowhead_Below
• U_Combining_Right_Arrowhead_Below = 853
Defined in
vendor/snippet/charCode.ts:314
U_Combining_Right_Half_Ring_Above
• U_Combining_Right_Half_Ring_Above = 855
Defined in
vendor/snippet/charCode.ts:316
U_Combining_Right_Half_Ring_Below
• U_Combining_Right_Half_Ring_Below = 825
Defined in
vendor/snippet/charCode.ts:286
U_Combining_Right_Tack_Below
• U_Combining_Right_Tack_Below = 793
Defined in
vendor/snippet/charCode.ts:254
U_Combining_Ring_Above
• U_Combining_Ring_Above = 778
Defined in
vendor/snippet/charCode.ts:239
U_Combining_Ring_Below
• U_Combining_Ring_Below = 805
Defined in
vendor/snippet/charCode.ts:266
U_Combining_Seagull_Below
• U_Combining_Seagull_Below = 828
Defined in
vendor/snippet/charCode.ts:289
U_Combining_Short_Solidus_Overlay
• U_Combining_Short_Solidus_Overlay = 823
Defined in
vendor/snippet/charCode.ts:284
U_Combining_Short_Stroke_Overlay
• U_Combining_Short_Stroke_Overlay = 821
Defined in
vendor/snippet/charCode.ts:282
U_Combining_Square_Below
• U_Combining_Square_Below = 827
Defined in
vendor/snippet/charCode.ts:288
U_Combining_Tilde
• U_Combining_Tilde = 771
Defined in
vendor/snippet/charCode.ts:232
U_Combining_Tilde_Below
• U_Combining_Tilde_Below = 816
Defined in
vendor/snippet/charCode.ts:277
U_Combining_Tilde_Overlay
• U_Combining_Tilde_Overlay = 820
Defined in
vendor/snippet/charCode.ts:281
U_Combining_Turned_Comma_Above
• U_Combining_Turned_Comma_Above = 786
Defined in
vendor/snippet/charCode.ts:247
U_Combining_Up_Tack_Below
• U_Combining_Up_Tack_Below = 797
Defined in
vendor/snippet/charCode.ts:258
U_Combining_Upwards_Arrow_Below
• U_Combining_Upwards_Arrow_Below = 846
Defined in
vendor/snippet/charCode.ts:307
U_Combining_Vertical_Line_Above
• U_Combining_Vertical_Line_Above = 781
Defined in
vendor/snippet/charCode.ts:242
U_Combining_Vertical_Line_Below
• U_Combining_Vertical_Line_Below = 809
Defined in
vendor/snippet/charCode.ts:270
U_Combining_Vertical_Tilde
• U_Combining_Vertical_Tilde = 830
Defined in
vendor/snippet/charCode.ts:291
U_Combining_X_Above
• U_Combining_X_Above = 829
Defined in
vendor/snippet/charCode.ts:290
U_Combining_X_Below
• U_Combining_X_Below = 851
Defined in
vendor/snippet/charCode.ts:312
U_Combining_Zigzag_Above
• U_Combining_Zigzag_Above = 859
Defined in
vendor/snippet/charCode.ts:320
U_DIAERESIS
• U_DIAERESIS = 168
Defined in
vendor/snippet/charCode.ts:361
U_DOT_ABOVE
• U_DOT_ABOVE = 729
Defined in
vendor/snippet/charCode.ts:376
U_DOUBLE_ACUTE_ACCENT
• U_DOUBLE_ACUTE_ACCENT = 733
Defined in
vendor/snippet/charCode.ts:380
U_GRAVE_ACCENT
• U_GRAVE_ACCENT = 96
Defined in
vendor/snippet/charCode.ts:360
U_GREEK_DASIA
• U_GREEK_DASIA = 8190
Defined in
vendor/snippet/charCode.ts:425
U_GREEK_DASIA_AND_OXIA
• U_GREEK_DASIA_AND_OXIA = 8158
Defined in
vendor/snippet/charCode.ts:419
U_GREEK_DASIA_AND_PERISPOMENI
• U_GREEK_DASIA_AND_PERISPOMENI = 8159
Defined in
vendor/snippet/charCode.ts:420
U_GREEK_DASIA_AND_VARIA
• U_GREEK_DASIA_AND_VARIA = 8157
Defined in
vendor/snippet/charCode.ts:418
U_GREEK_DIALYTIKA_AND_OXIA
• U_GREEK_DIALYTIKA_AND_OXIA = 8174
Defined in
vendor/snippet/charCode.ts:422
U_GREEK_DIALYTIKA_AND_PERISPOMENI
• U_GREEK_DIALYTIKA_AND_PERISPOMENI = 8129
Defined in
vendor/snippet/charCode.ts:414
U_GREEK_DIALYTIKA_AND_VARIA
• U_GREEK_DIALYTIKA_AND_VARIA = 8173
Defined in
vendor/snippet/charCode.ts:421
U_GREEK_DIALYTIKA_TONOS
• U_GREEK_DIALYTIKA_TONOS = 901
Defined in
vendor/snippet/charCode.ts:410
U_GREEK_KORONIS
• U_GREEK_KORONIS = 8125
Defined in
vendor/snippet/charCode.ts:411
U_GREEK_LOWER_NUMERAL_SIGN
• U_GREEK_LOWER_NUMERAL_SIGN = 885
Defined in
vendor/snippet/charCode.ts:408
U_GREEK_OXIA
• U_GREEK_OXIA = 8189
Defined in
vendor/snippet/charCode.ts:424
U_GREEK_PERISPOMENI
• U_GREEK_PERISPOMENI = 8128
Defined in
vendor/snippet/charCode.ts:413
U_GREEK_PSILI
• U_GREEK_PSILI = 8127
Defined in
vendor/snippet/charCode.ts:412
U_GREEK_PSILI_AND_OXIA
• U_GREEK_PSILI_AND_OXIA = 8142
Defined in
vendor/snippet/charCode.ts:416
U_GREEK_PSILI_AND_PERISPOMENI
• U_GREEK_PSILI_AND_PERISPOMENI = 8143
Defined in
vendor/snippet/charCode.ts:417
U_GREEK_PSILI_AND_VARIA
• U_GREEK_PSILI_AND_VARIA = 8141
Defined in
vendor/snippet/charCode.ts:415
U_GREEK_TONOS
• U_GREEK_TONOS = 900
Defined in
vendor/snippet/charCode.ts:409
U_GREEK_VARIA
• U_GREEK_VARIA = 8175
Defined in
vendor/snippet/charCode.ts:423
U_MACRON
• U_MACRON = 175
Defined in
vendor/snippet/charCode.ts:362
U_MODIFIER_LETTER_BEGIN_HIGH_TONE
• U_MODIFIER_LETTER_BEGIN_HIGH_TONE = 761
Defined in
vendor/snippet/charCode.ts:401
U_MODIFIER_LETTER_BEGIN_LOW_TONE
• U_MODIFIER_LETTER_BEGIN_LOW_TONE = 763
Defined in
vendor/snippet/charCode.ts:403
U_MODIFIER_LETTER_CENTRED_LEFT_HALF_RING
• U_MODIFIER_LETTER_CENTRED_LEFT_HALF_RING = 723
Defined in
vendor/snippet/charCode.ts:370
U_MODIFIER_LETTER_CENTRED_RIGHT_HALF_RING
• U_MODIFIER_LETTER_CENTRED_RIGHT_HALF_RING = 722
Defined in
vendor/snippet/charCode.ts:369
U_MODIFIER_LETTER_CROSS_ACCENT
• U_MODIFIER_LETTER_CROSS_ACCENT = 735
Defined in
vendor/snippet/charCode.ts:382
U_MODIFIER_LETTER_DOWN_ARROWHEAD
• U_MODIFIER_LETTER_DOWN_ARROWHEAD = 709
Defined in
vendor/snippet/charCode.ts:368
U_MODIFIER_LETTER_DOWN_TACK
• U_MODIFIER_LETTER_DOWN_TACK = 725
Defined in
vendor/snippet/charCode.ts:372
U_MODIFIER_LETTER_END_HIGH_TONE
• U_MODIFIER_LETTER_END_HIGH_TONE = 762
Defined in
vendor/snippet/charCode.ts:402
U_MODIFIER_LETTER_END_LOW_TONE
• U_MODIFIER_LETTER_END_LOW_TONE = 764
Defined in
vendor/snippet/charCode.ts:404
U_MODIFIER_LETTER_EXTRA_HIGH_TONE_BAR
• U_MODIFIER_LETTER_EXTRA_HIGH_TONE_BAR = 741
Defined in
vendor/snippet/charCode.ts:383
U_MODIFIER_LETTER_EXTRA_LOW_TONE_BAR
• U_MODIFIER_LETTER_EXTRA_LOW_TONE_BAR = 745
Defined in
vendor/snippet/charCode.ts:387
U_MODIFIER_LETTER_HIGH_TONE_BAR
• U_MODIFIER_LETTER_HIGH_TONE_BAR = 742
Defined in
vendor/snippet/charCode.ts:384
U_MODIFIER_LETTER_LEFT_ARROWHEAD
• U_MODIFIER_LETTER_LEFT_ARROWHEAD = 706
Defined in
vendor/snippet/charCode.ts:365
U_MODIFIER_LETTER_LOW_DOWN_ARROWHEAD
• U_MODIFIER_LETTER_LOW_DOWN_ARROWHEAD = 751
Defined in
vendor/snippet/charCode.ts:391
U_MODIFIER_LETTER_LOW_LEFT_ARROW
• U_MODIFIER_LETTER_LOW_LEFT_ARROW = 767
Defined in
vendor/snippet/charCode.ts:407
U_MODIFIER_LETTER_LOW_LEFT_ARROWHEAD
• U_MODIFIER_LETTER_LOW_LEFT_ARROWHEAD = 753
Defined in
vendor/snippet/charCode.ts:393
U_MODIFIER_LETTER_LOW_RIGHT_ARROWHEAD
• U_MODIFIER_LETTER_LOW_RIGHT_ARROWHEAD = 754
Defined in
vendor/snippet/charCode.ts:394
U_MODIFIER_LETTER_LOW_RING
• U_MODIFIER_LETTER_LOW_RING = 755
Defined in
vendor/snippet/charCode.ts:395
U_MODIFIER_LETTER_LOW_TILDE
• U_MODIFIER_LETTER_LOW_TILDE = 759
Defined in
vendor/snippet/charCode.ts:399
U_MODIFIER_LETTER_LOW_TONE_BAR
• U_MODIFIER_LETTER_LOW_TONE_BAR = 744
Defined in
vendor/snippet/charCode.ts:386
U_MODIFIER_LETTER_LOW_UP_ARROWHEAD
• U_MODIFIER_LETTER_LOW_UP_ARROWHEAD = 752
Defined in
vendor/snippet/charCode.ts:392
U_MODIFIER_LETTER_MIDDLE_DOUBLE_ACUTE_ACCENT
• U_MODIFIER_LETTER_MIDDLE_DOUBLE_ACUTE_ACCENT = 758
Defined in
vendor/snippet/charCode.ts:398
U_MODIFIER_LETTER_MIDDLE_DOUBLE_GRAVE_ACCENT
• U_MODIFIER_LETTER_MIDDLE_DOUBLE_GRAVE_ACCENT = 757
Defined in
vendor/snippet/charCode.ts:397
U_MODIFIER_LETTER_MIDDLE_GRAVE_ACCENT
• U_MODIFIER_LETTER_MIDDLE_GRAVE_ACCENT = 756
Defined in
vendor/snippet/charCode.ts:396
U_MODIFIER_LETTER_MID_TONE_BAR
• U_MODIFIER_LETTER_MID_TONE_BAR = 743
Defined in
vendor/snippet/charCode.ts:385
U_MODIFIER_LETTER_MINUS_SIGN
• U_MODIFIER_LETTER_MINUS_SIGN = 727
Defined in
vendor/snippet/charCode.ts:374
U_MODIFIER_LETTER_OPEN_SHELF
• U_MODIFIER_LETTER_OPEN_SHELF = 766
Defined in
vendor/snippet/charCode.ts:406
U_MODIFIER_LETTER_PLUS_SIGN
• U_MODIFIER_LETTER_PLUS_SIGN = 726
Defined in
vendor/snippet/charCode.ts:373
U_MODIFIER_LETTER_RAISED_COLON
• U_MODIFIER_LETTER_RAISED_COLON = 760
Defined in
vendor/snippet/charCode.ts:400
U_MODIFIER_LETTER_RHOTIC_HOOK
• U_MODIFIER_LETTER_RHOTIC_HOOK = 734
Defined in
vendor/snippet/charCode.ts:381
U_MODIFIER_LETTER_RIGHT_ARROWHEAD
• U_MODIFIER_LETTER_RIGHT_ARROWHEAD = 707
Defined in
vendor/snippet/charCode.ts:366
U_MODIFIER_LETTER_SHELF
• U_MODIFIER_LETTER_SHELF = 765
Defined in
vendor/snippet/charCode.ts:405
U_MODIFIER_LETTER_UNASPIRATED
• U_MODIFIER_LETTER_UNASPIRATED = 749
Defined in
vendor/snippet/charCode.ts:390
U_MODIFIER_LETTER_UP_ARROWHEAD
• U_MODIFIER_LETTER_UP_ARROWHEAD = 708
Defined in
vendor/snippet/charCode.ts:367
U_MODIFIER_LETTER_UP_TACK
• U_MODIFIER_LETTER_UP_TACK = 724
Defined in
vendor/snippet/charCode.ts:371
U_MODIFIER_LETTER_YANG_DEPARTING_TONE_MARK
• U_MODIFIER_LETTER_YANG_DEPARTING_TONE_MARK = 747
Defined in
vendor/snippet/charCode.ts:389
U_MODIFIER_LETTER_YIN_DEPARTING_TONE_MARK
• U_MODIFIER_LETTER_YIN_DEPARTING_TONE_MARK = 746
Defined in
vendor/snippet/charCode.ts:388
U_OGONEK
• U_OGONEK = 731
Defined in
vendor/snippet/charCode.ts:378
U_OVERLINE
• U_OVERLINE = 8254
Defined in
vendor/snippet/charCode.ts:428
U_RING_ABOVE
• U_RING_ABOVE = 730
Defined in
vendor/snippet/charCode.ts:377
U_SMALL_TILDE
• U_SMALL_TILDE = 732
Defined in
vendor/snippet/charCode.ts:379
Underline
• Underline = 95
The _
character.
Defined in
vendor/snippet/charCode.ts:179
V
• V = 86
Defined in
vendor/snippet/charCode.ts:154
W
• W = 87
Defined in
vendor/snippet/charCode.ts:155
X
• X = 88
Defined in
vendor/snippet/charCode.ts:156
Y
• Y = 89
Defined in
vendor/snippet/charCode.ts:157
Z
• Z = 90
Defined in
vendor/snippet/charCode.ts:158
a
• a = 97
Defined in
vendor/snippet/charCode.ts:185
b
• b = 98
Defined in
vendor/snippet/charCode.ts:186
c
• c = 99
Defined in
vendor/snippet/charCode.ts:187
d
• d = 100
Defined in
vendor/snippet/charCode.ts:188
e
• e = 101
Defined in
vendor/snippet/charCode.ts:189
f
• f = 102
Defined in
vendor/snippet/charCode.ts:190
g
• g = 103
Defined in
vendor/snippet/charCode.ts:191
h
• h = 104
Defined in
vendor/snippet/charCode.ts:192
i
• i = 105
Defined in
vendor/snippet/charCode.ts:193
j
• j = 106
Defined in
vendor/snippet/charCode.ts:194
k
• k = 107
Defined in
vendor/snippet/charCode.ts:195
l
• l = 108
Defined in
vendor/snippet/charCode.ts:196
m
• m = 109
Defined in
vendor/snippet/charCode.ts:197
n
• n = 110
Defined in
vendor/snippet/charCode.ts:198
o
• o = 111
Defined in
vendor/snippet/charCode.ts:199
p
• p = 112
Defined in
vendor/snippet/charCode.ts:200
q
• q = 113
Defined in
vendor/snippet/charCode.ts:201
r
• r = 114
Defined in
vendor/snippet/charCode.ts:202
s
• s = 115
Defined in
vendor/snippet/charCode.ts:203
t
• t = 116
Defined in
vendor/snippet/charCode.ts:204
u
• u = 117
Defined in
vendor/snippet/charCode.ts:205
v
• v = 118
Defined in
vendor/snippet/charCode.ts:206
w
• w = 119
Defined in
vendor/snippet/charCode.ts:207
x
• x = 120
Defined in
vendor/snippet/charCode.ts:208
y
• y = 121
Defined in
vendor/snippet/charCode.ts:209
z
• z = 122
Defined in
vendor/snippet/charCode.ts:210