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