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