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