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