free-symbols

Fullwidth Solidus Letter

The fullwidth solidus (/) is a fullwidth “slash” character used for East Asian text layout and typography.

U+FF0F

The character “/” is the fullwidth solidus. It’s commonly used where fullwidth punctuation looks consistent with East Asian typography. You can copy it directly or use its Unicode and escape codes in software.

Fullwidth Solidus Letter Meaning

The fullwidth solidus “/” is a variant of the slash character designed to occupy the full width typical of many East Asian text layouts. Unlike the regular slash “/”, which is halfwidth in most fonts, the fullwidth form is often preferred for visual alignment in strings containing Japanese, Chinese, or Korean text. You’ll see it used as a separator, stylistic punctuation, or part of formatted labels and paths shown in monospaced or fullwidth-friendly contexts. In programming and document systems, it’s specifically identified as Unicode U+FF0F and can be inserted reliably using the provided HTML entity or escapes.

Common uses

  • Separating date parts or ranges in fullwidth-formatted text (e.g., 2026/04/28).
  • Styling labels and headings to match East Asian fullwidth typography.
  • Using as a path-like or category separator in UI text where fullwidth characters are preferred.
  • Formatting social and chat messages for consistent alignment with fullwidth punctuation.
  • Creating decorative or structured strings that visually match fullwidth character grids.

Examples

/ Fullwidth Solidus (/) Symbol

  • 2026/04/28
  • Home/Downloads
  • カテゴリ/サブカテゴリ
  • Step 1/Step 2
  • A/B/C

Variations

Technical codes

UnicodeU+FF0F
HTML Entity/
HTML Code/
CSS\FF0F

FAQ

What does the Fullwidth Solidus letter mean?

The fullwidth solidus “/” is a variant of the slash character designed to occupy the full width typical of many East Asian text layouts. Unlike the regular slash “/”, which is halfwidth in most fonts, the fullwidth form is often preferred for visual alignment in strings containing Japanese, Chinese, or Korean text. You’ll see it used as a separator, stylistic punctuation, or part of formatted labels and paths shown in monospaced or fullwidth-friendly contexts. In programming and document systems, it’s specifically identified as Unicode U+FF0F and can be inserted reliably using the provided HTML entity or escapes.

What is the Unicode for the fullwidth solidus (/)?

It is U+FF0F (FULLWIDTH SOLIDUS).

How do I insert this symbol in HTML?

Use the HTML entity: /

What escape sequences work in code?

CSS escape: \\FF0F and JavaScript escape: \\u{FF0F}.

How is / different from the normal slash / ?

“/” is fullwidth and is typically used to match East Asian fullwidth punctuation and alignment, while “/” is usually halfwidth.