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