| Nom du symbole | Hangul Syllable Keoss |
| Version Unicode | 2.0 |
| Unicode | U+CEFE |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CEFE |
| Code hexadécimal | 0xCEFE |
| Code HTML | 컾 |
| LaTeX | \hangul{CEFE} |
| Symbole | 컾 |
| Encodage URL (pourcent UTF-8) | %EC%BB%BE |
| Nom oral / lecteur d’écran | Hangul Syllable Keoss |
| UTF-8 | EC BB BE |
| UTF-16 | CEFE |
| UTF-32 | 0000CEFE |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEFE}4\end{document}Vous pouvez saisir le symbole hangul syllable keoss sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 52990 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable keoss", or use Unicode Hex Input with CEFE.
Ctrl + Shift + U, type cefe, 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-keoss::before { content: "\CEFE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>컾</span>La représentation du symbole Hangul Syllable Keoss dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uCEFE' or String.fromCodePoint(52990) |
| Python | '\N{HANGUL SYLLABLE KEOSS}' or chr(52990) |
| Rust | '\u{CEFE}' |
| C / C++ | UTF-8 source or wchar_t with U+CEFE |
| Go | string(rune(0xCEFE)) |
| Ruby | "\u{CEFE}" |