Css Styling

Size
𠟎
15px
𠟎
18px
𠟎
21px
𠟎
24px
𠟎
27px
𠟎
30px
𠟎
33px
𠟎
36px
𠟎
42px
𠟎
48px
𠟎
54px
𠟎
60px
𠟎
66px
𠟎
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𠟎
Bold
𠟎
Italic
𠟎
Underline
𠟎
Strikethrough
𠟎
UpperCase
𠟎
LowerCase
𠟎
Oblique
A 𠟎
Subscript
A 𠟎
Superscript
𠟎
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𠟎
Arial
𠟎
Times New Roman
𠟎
Verdana
𠟎
Courier New
𠟎
Garamond
𠟎
Georgia
𠟎
Trebuchet MS
𠟎
Tahoma
𠟎
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𠟎
White
𠟎
Brown
𠟎
Maroon
𠟎
Magenta
𠟎
Red
𠟎
Orange
𠟎
Yellow
𠟎
Green
𠟎
Teal
𠟎
Cyan
𠟎
Blue
𠟎
Violet
𠟎
Purple
𠟎
Indigo
𠟎
Gray
𠟎
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𠟎
White
𠟎
Brown
𠟎
Maroon
𠟎
Magenta
𠟎
Red
𠟎
Orange
𠟎
Yellow
𠟎
Green
𠟎
Teal
𠟎
Cyan
𠟎
Blue
𠟎
Violet
𠟎
Purple
𠟎
Indigo
𠟎
Gray
𠟎
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#133070;</p>
📋
CSS .selector { content: '\207CE' };
📋
JS var unicodeA = '\u207CE ';
📋
CPP char unicodeA = ' \u207CE ';
📋
Java char unicodeA = '\u207CE';
📋
Python unicodeA = '\u207CE'
📋

What is Unicode character 𠟎?

The Unicode character 𠟎 U+207CE is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𠟎 represent?

The Unicode character 𠟎 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𠟎?

The Unicode code point for 𠟎 is U+207CE.

Is the appearance of the 𠟎 character consistent across all platforms?

The appearance of the 𠟎 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𠟎 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𠟎 character.

In which version was Unicode character 𠟎 released, and to which block of characters does it belong?

Unicode character 𠟎 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!