Fullwidth Right Curly Bracket Letter
} is a fullwidth right curly bracket used to match fullwidth typography.
U+FF5D
} (U+FF5D) is the fullwidth form of the right curly bracket. It’s commonly used when mixing with East Asian fullwidth text so punctuation alignment looks consistent. You can copy it directly or use its HTML/CSS/JavaScript escapes.
Fullwidth Right Curly Bracket Letter Meaning
The fullwidth right curly bracket “}” is a punctuation character from the Fullwidth block. Visually, it looks like a closing brace, but in a fullwidth style intended for monospaced or East Asian typographic layouts where characters often occupy a wider cell. In practice, it’s used as a text character (not a programming brace), especially in contexts where fullwidth punctuation is preferred for alignment, styling, or consistency with other fullwidth symbols. It may appear in typography-heavy content, prompts, labels, or decorative text. For code or programming syntax, use the standard ASCII right curly brace “}” instead.
Common uses
- •Using fullwidth punctuation in Japanese/Chinese-style UI mockups for consistent alignment
- •Decorating text labels or badges where fullwidth symbols match the surrounding typography
- •Replacing ASCII braces in formatted text that must stay fullwidth (e.g., in fixed-width layouts)
- •Creating visual “bracket” pairings with other fullwidth characters for stylistic emphasis
- •Typography and design projects that require exact Unicode character control
Examples
} Fullwidth Right Curly Bracket (U+FF5D)
- }Settings}
- }Block}Option
- }Price}USD
- }Note}2026
- }Field}Value
Variations
Technical codes
| Unicode | U+FF5D | |
| HTML Entity | } | |
| HTML Code | } | |
| CSS | \FF5D |
FAQ
What does the Fullwidth Right Curly Bracket letter mean?
The fullwidth right curly bracket “}” is a punctuation character from the Fullwidth block. Visually, it looks like a closing brace, but in a fullwidth style intended for monospaced or East Asian typographic layouts where characters often occupy a wider cell. In practice, it’s used as a text character (not a programming brace), especially in contexts where fullwidth punctuation is preferred for alignment, styling, or consistency with other fullwidth symbols. It may appear in typography-heavy content, prompts, labels, or decorative text. For code or programming syntax, use the standard ASCII right curly brace “}” instead.
Is } the same as a normal right curly brace in code?
No. } is the fullwidth right curly bracket (U+FF5D). In programming, the standard ASCII brace “}” is typically required.
How do I insert } in HTML?
You can use the HTML entity: } or copy the character directly into your markup.
What are the CSS and JavaScript escape formats?
CSS escape: \\FF5D. JavaScript escape: \\u{FF5D}.
When should I choose fullwidth punctuation like }?
Use it when you want typography that matches fullwidth (often East Asian) text and punctuation alignment, especially in fixed-width or UI design contexts.