| Nom du symbole | Hangul Syllable Keos |
| Version Unicode | 2.0 |
| Unicode | U+CEFD |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CEFD |
| Code hexadécimal | 0xCEFD |
| Code HTML | 컽 |
| LaTeX | \hangul{CEFD} |
| Symbole | 컽 |
| Encodage URL (pourcent UTF-8) | %EC%BB%BD |
| Nom oral / lecteur d’écran | Hangul Syllable Keos |
| UTF-8 | EC BB BD |
| UTF-16 | CEFD |
| UTF-32 | 0000CEFD |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEFD}4\end{document}Vous pouvez saisir le symbole hangul syllable keos sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 52989 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable keos", or use Unicode Hex Input with CEFD.
Ctrl + Shift + U, type cefd, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-keos::before { content: "\CEFD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>컽</span>La représentation du symbole Hangul Syllable Keos dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uCEFD' or String.fromCodePoint(52989) |
| Python | '\N{HANGUL SYLLABLE KEOS}' or chr(52989) |
| Rust | '\u{CEFD}' |
| C / C++ | UTF-8 source or wchar_t with U+CEFD |
| Go | string(rune(0xCEFD)) |
| Ruby | "\u{CEFD}" |