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