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