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