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