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.