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>&#142080;</p>
📋
CSS .selector { content: '\22B00' };
📋
JS var unicodeA = '\u22B00 ';
📋
CPP char unicodeA = ' \u22B00 ';
📋
Java char unicodeA = '\u22B00';
📋
Python unicodeA = '\u22B00'
📋

What is Unicode character 𢬀?

The Unicode character 𢬀 U+22B00 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+22B00.

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!