| Symbol Name | Fullwidth Right Square Bracket |
| Unicode Version | 1.1 |
| Unicode | U+FF3D |
| Unicode block | |
| General category | Close Punctuation (Pe) |
| UTF-8 | EF BC BD |
| UTF-16 | FF3D |
| UTF-32 | 0000FF3D |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHRIGHTSQUAREBRACKET}4\end{document}You can type the fullwidth right square bracket symbol on most modern devices with the help of following methods:
Alt + 65341 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth right square bracket", or use Unicode Hex Input with FF3D.
Ctrl + Shift + U, type ff3d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.fullwidth-right-square-bracket::before { content: "\FF3D"; }1<span>]</span>Fullwidth Right Square Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uFF3D' or String.fromCodePoint(65341) |
| Python | '\N{FULLWIDTH RIGHT SQUARE BRACKET}' or chr(65341) |
| Rust | '\u{FF3D}' |
| C / C++ | UTF-8 source or wchar_t with U+FF3D |
| Go | string(rune(0xFF3D)) |
| Ruby | "\u{FF3D}" |
| CSS Code |
\FF3D |
| Hex Code | 0xFF3D |
| HTML Code | ] |
| LaTeX | \text{FULLWIDTHRIGHTSQUAREBRACKET} |
| Symbol | ] |
| URL encode (UTF-8 percent) | %EF%BC%BD |
| Spoken / screen reader name | Fullwidth Right Square Bracket |