| Symbolname | Hangul Syllable Hweomb |
| Unicode-Version | 2.0 |
| Unicode | U+D6F1 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D6F1 |
| Hexadezimalcode | 0xD6F1 |
| HTML-Code | 훱 |
| LaTeX | \hangul{D6F1} |
| Symbol | 훱 |
| URL-Kodierung (UTF-8-Prozent) | %ED%9B%B1 |
| Ansagename (Screenreader) | Hangul Syllable Hweomb |
| UTF-8 | ED 9B B1 |
| UTF-16 | D6F1 |
| UTF-32 | 0000D6F1 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D6F1}4\end{document}Sie können das Symbol hangul syllable hweomb auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 55025 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hweomb", or use Unicode Hex Input with D6F1.
Ctrl + Shift + U, type d6f1, 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-hweomb::before { content: "\D6F1"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>훱</span>Die Darstellung des Symbols Hangul Syllable Hweomb in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uD6F1' or String.fromCodePoint(55025) |
| Python | '\N{HANGUL SYLLABLE HWEOMB}' or chr(55025) |
| Rust | '\u{D6F1}' |
| C / C++ | UTF-8 source or wchar_t with U+D6F1 |
| Go | string(rune(0xD6F1)) |
| Ruby | "\u{D6F1}" |