| 記号名 | Hangul Syllable Reunh |
| Unicodeバージョン | 2.0 |
| Unicode | U+B97A |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \B97A |
| 16進コード | 0xB97A |
| HTMLコード | 륺 |
| LaTeX | \hangul{B97A} |
| 記号 | 륺 |
| URLエンコード(UTF-8パーセント) | %EB%A5%BA |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでhangul syllable reunh記号を入力できます:
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>各プログラミング言語におけるHangul Syllable Reunh記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |