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

What is Unicode character 𢫀?

The Unicode character 𢫀 U+22AC0 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+22AC0.

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!