| Symboolnaam | Hangul Syllable Hoem |
| Unicode-versie | 2.0 |
| Unicode | U+D69C |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D69C |
| Hexadecimale code | 0xD69C |
| HTML-code | 횜 |
| LaTeX | \hangul{D69C} |
| Symbool | 횜 |
| URL-codering (UTF-8 procent) | %ED%9A%9C |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable hoem-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Hoem-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |