| Symbol Name | Japanese “prohibited” Button |
| Unicode Version | 0.6 |
| Unicode | U+1F232 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code |
| UTF-8 | F0 9F 88 B2 |
| UTF-16 | D83C DE32 |
| UTF-32 | 0001F232 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the japanese “prohibited” button symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "japanese “prohibited” button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "japanese “prohibited” button".
Emoji keyboard → Symbols; search "japanese “prohibited” button".
1span.japanese-prohibited-button::before { content: "\1F232"; } /* prefer inline grapheme for ZWJ */1<span>🈲</span>Japanese “prohibited” Button symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDE32' or String.fromCodePoint(0x1F232) |
| Python | '\N{JAPANESE “PROHIBITED” BUTTON}' |
| Rust | '\u{1F232}' |
| Swift | "\u{1F232}" |
| Go | string(rune(0x1F232)) |
| Ruby | "\u{1F232}" |
\1F232 |
| Hex Code | 0x1F232 |
| HTML Code | 🈲 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🈲 |
| URL encode (UTF-8 percent) | %F0%9F%88%B2 |
| Spoken / screen reader name | Japanese “prohibited” Button |