| Nome del simbolo | Hangul Syllable Hyomh |
| Versione Unicode | 2.0 |
| Unicode | U+D6BD |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D6BD |
| Codice esadecimale | 0xD6BD |
| Codice HTML | 횽 |
| LaTeX | \hangul{D6BD} |
| Simbolo | 횽 |
| Codifica URL (percentuale UTF-8) | %ED%9A%BD |
| Nome parlato / screen reader | Hangul Syllable Hyomh |
| UTF-8 | ED 9A BD |
| UTF-16 | D6BD |
| UTF-32 | 0000D6BD |
1\documentclass{article}2\usepackage{pifont}3\hangul{D6BD}4\end{document}Puoi digitare il simbolo hangul syllable hyomh sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 54973 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hyomh", or use Unicode Hex Input with D6BD.
Ctrl + Shift + U, type d6bd, 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-hyomh::before { content: "\D6BD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>횽</span>La rappresentazione del simbolo Hangul Syllable Hyomh nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD6BD' or String.fromCodePoint(54973) |
| Python | '\N{HANGUL SYLLABLE HYOMH}' or chr(54973) |
| Rust | '\u{D6BD}' |
| C / C++ | UTF-8 source or wchar_t with U+D6BD |
| Go | string(rune(0xD6BD)) |
| Ruby | "\u{D6BD}" |