SymbolFYI
 

No-Break Space

00A0 · Latin-1 Supplement · Zyyy

概要 No-Break Space

Non-breaking whitespace character (U+00A0) in the Latin-1 Supplement block that prevents automatic line breaks between adjacent words. Widely used in typography and web development to keep units with their values.

On this page

エンコード

Unicode ブロック U+00A0
10進数  
HTML 16進数  
CSS \00A0
JavaScript \u{A0}
Python \u00a0
Java \u00A0
UTF-8 16進数 c2 a0
UTF-16 00 a0
URLエンコード %C2%A0

Unicode プロパティ

Block
Latin-1 Supplement
Script
Zyyy
Category
Space Separator (Zs)
Bidirectional
CS

類似記号

比較

よくある質問

What is the   No-Break Space symbol?

  is the No-Break Space symbol, encoded at Unicode 00A0.

What is the Unicode codepoint of No-Break Space?

The No-Break Space symbol ( ) has codepoint 00A0.

How do I type or copy No-Break Space?

Copy   directly, or use the HTML entity, CSS, JavaScript, and Python encodings shown on this page.