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