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