aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/cke/special_characters/SpecialCharactersSmiley.js
blob: b3c433b5f303546b05dd26e5522913394578f11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
export default function SpecialCharactersSmiley( editor ) {
    editor.plugins.get( 'SpecialCharacters' ).addItems( 'Smiley', [
        { title: 'smiley grinning face', character: '๐Ÿ˜€' },
        { title: 'smiley grinning face with smiling eyes', character: '๐Ÿ˜„' },
        { title: 'smiley beaming face with smiling eyes', character: '๐Ÿ˜' },
        { title: 'smiley grinning squinting face', character: '๐Ÿ˜†' },
        { title: 'smiley grinning face with sweat', character: '๐Ÿ˜…' },
        { title: 'smiley face with tears of joy', character: '๐Ÿ˜‚' },
        { title: 'smiley rolling on the floor laughing', character: '๐Ÿคฃ' },
        { title: 'smiley slightly smiling face', character: '๐Ÿ™‚' },
        { title: 'smiley upside-down face', character: '๐Ÿ™ƒ' },
        { title: 'smiley winking face', character: '๐Ÿ˜‰' },
        { title: 'smiley smiling face with smiling eyes', character: '๐Ÿ˜Š' },
        { title: 'smiley smiling face with halo', character: '๐Ÿ˜‡' },
        { title: 'smiley smiling face with hearts', character: '๐Ÿฅฐ' },
        { title: 'smiley smiling face with heart-eyes', character: '๐Ÿ˜' },
        { title: 'smiley star-struck', character: '๐Ÿคฉ' },
        { title: 'smiley face blowing a kiss', character: '๐Ÿ˜˜' },
        { title: 'smiley kissing face with smiling eyes', character: '๐Ÿ˜™' },
        { title: 'smiley smiling face with tear', character: '๐Ÿฅฒ' },
        { title: 'smiley face savoring food', character: '๐Ÿ˜‹' },
        { title: 'smiley squinting face with tongue', character: '๐Ÿ˜' },
        { title: 'smiley winking face with tongue', character: '๐Ÿ˜œ' },
        { title: 'smiley zany face', character: '๐Ÿคช' },
        { title: 'smiley money-mouth face', character: '๐Ÿค‘' },
        { title: 'smiley smiling face with open hands', character: '๐Ÿค—' },
        { title: 'smiley face with hand over mouth', character: '๐Ÿคญ' },
        { title: 'smiley shushing face', character: '๐Ÿคซ' },
        { title: 'smiley thinking face', character: '๐Ÿค”' },
        { title: 'smiley zipper-mouth face', character: '๐Ÿค' },
        { title: 'smiley face with raised eyebrow', character: '๐Ÿคจ' },
        { title: 'smiley expressionless face', character: '๐Ÿ˜‘' },
        { title: 'smiley face without mouth', character: '๐Ÿ˜ถ' },
        { title: 'smiley face in clouds', character: '๐Ÿ˜ถโ€๐ŸŒซ๏ธ' },
        { title: 'smiley smirking face', character: '๐Ÿ˜' },
        { title: 'smiley unamused face', character: '๐Ÿ˜’' },
        { title: 'smiley face with rolling eyes', character: '๐Ÿ™„' },
        { title: 'smiley grimacing face', character: '๐Ÿ˜ฌ' },
        { title: 'smiley face exhaling', character: '๐Ÿ˜ฎโ€๐Ÿ’จ' },
        { title: 'smiley lying face', character: '๐Ÿคฅ' },
        { title: 'smiley relieved face', character: '๐Ÿ˜Œ' },
        { title: 'smiley pensive face', character: '๐Ÿ˜”' },
        { title: 'smiley sleepy face', character: '๐Ÿ˜ช' },
        { title: 'smiley drooling face', character: '๐Ÿคค' },
        { title: 'smiley sleeping face', character: '๐Ÿ˜ด' },
        { title: 'smiley face with medical mask', character: '๐Ÿ˜ท' },
        { title: 'smiley face with thermometer', character: '๐Ÿค’' },
        { title: 'smiley face with head-bandage', character: '๐Ÿค•' },
        { title: 'smiley nauseated face', character: '๐Ÿคข' },
        { title: 'smiley face vomiting', character: '๐Ÿคฎ' },
        { title: 'smiley sneezing face', character: '๐Ÿคง' },
        { title: 'smiley hot face', character: '๐Ÿฅต' },
        { title: 'smiley cold face', character: '๐Ÿฅถ' },
        { title: 'smiley woozy face', character: '๐Ÿฅด' },
        { title: 'smiley face with crossed-out eyes', character: '๐Ÿ˜ต' },
        { title: 'smiley face with spiral eyes', character: '๐Ÿ˜ตโ€๐Ÿ’ซ' },
        { title: 'smiley exploding head', character: '๐Ÿคฏ' },
        { title: 'smiley cowboy hat face', character: '๐Ÿค ' },
        { title: 'smiley partying face', character: '๐Ÿฅณ' },
        { title: 'smiley disguised face', character: '๐Ÿฅธ' },
        { title: 'smiley smiling face with sunglasses', character: '๐Ÿ˜Ž' },
        { title: 'smiley nerd face', character: '๐Ÿค“' },
        { title: 'smiley face with monocle', character: '๐Ÿง' },
        { title: 'smiley confused face', character: '๐Ÿ˜•' },
        { title: 'smiley worried face', character: '๐Ÿ˜Ÿ' },
        { title: 'smiley slightly frowning face', character: '๐Ÿ™' },
        { title: 'smiley frowning face', character: 'โ˜น๏ธ' },
        { title: 'smiley face with open mouth', character: '๐Ÿ˜ฎ' },
        { title: 'smiley hushed face', character: '๐Ÿ˜ฏ' },
        { title: 'smiley astonished face', character: '๐Ÿ˜ฒ' },
        { title: 'smiley flushed face', character: '๐Ÿ˜ณ' },
        { title: 'smiley pleading face', character: '๐Ÿฅบ' },
        { title: 'smiley anguished face', character: '๐Ÿ˜ง' },
        { title: 'smiley fearful face', character: '๐Ÿ˜จ' },
        { title: 'smiley anxious face with sweat', character: '๐Ÿ˜ฐ' },
        { title: 'smiley sad but relieved face', character: '๐Ÿ˜ฅ' },
        { title: 'smiley crying face', character: '๐Ÿ˜ข' },
        { title: 'smiley loudly crying face', character: '๐Ÿ˜ญ' },
        { title: 'smiley face screaming in fear', character: '๐Ÿ˜ฑ' },
        { title: 'smiley confounded face', character: '๐Ÿ˜–' },
        { title: 'smiley persevering face', character: '๐Ÿ˜ฃ' },
        { title: 'smiley disappointed face', character: '๐Ÿ˜ž' },
        { title: 'smiley downcast face with sweat', character: '๐Ÿ˜“' },
        { title: 'smiley weary face', character: '๐Ÿ˜ฉ' },
        { title: 'smiley tired face', character: '๐Ÿ˜ซ' },
        { title: 'smiley yawning face', character: '๐Ÿฅฑ' },
        { title: 'smiley face with steam from nose', character: '๐Ÿ˜ค' },
        { title: 'smiley angry face', character: '๐Ÿ˜ก' },
        { title: 'smiley face with symbols on mouth', character: '๐Ÿคฌ' },
    ] );
}