| Symboolnaam | Hangul Syllable Rwaenj |
| Unicode-versie | 2.0 |
| Unicode | U+B899 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B899 |
| Hexadecimale code | 0xB899 |
| HTML-code | 뢙 |
| LaTeX | \hangul{B899} |
| Symbool | 뢙 |
| URL-codering (UTF-8 procent) | %EB%A2%99 |
| Uitgesproken naam / schermlezer | Hangul Syllable Rwaenj |
| UTF-8 | EB A2 99 |
| UTF-16 | B899 |
| UTF-32 | 0000B899 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B899}4\end{document}Je kunt het hangul syllable rwaenj-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 47257 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable rwaenj", or use Unicode Hex Input with B899.
Ctrl + Shift + U, type b899, 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-rwaenj::before { content: "\B899"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뢙</span>De weergave van het Hangul Syllable Rwaenj-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB899' or String.fromCodePoint(47257) |
| Python | '\N{HANGUL SYLLABLE RWAENJ}' or chr(47257) |
| Rust | '\u{B899}' |
| C / C++ | UTF-8 source or wchar_t with U+B899 |
| Go | string(rune(0xB899)) |
| Ruby | "\u{B899}" |