| Nom du symbole | Hangul Syllable Reunh |
| Version Unicode | 2.0 |
| Unicode | U+B97A |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \B97A |
| Code hexadécimal | 0xB97A |
| Code HTML | 륺 |
| LaTeX | \hangul{B97A} |
| Symbole | 륺 |
| Encodage URL (pourcent UTF-8) | %EB%A5%BA |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable reunh sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Reunh dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |