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>&#174848;</p>
📋
CSS .selector { content: '\2AB00' };
📋
JS var unicodeA = '\u2AB00 ';
📋
CPP char unicodeA = ' \u2AB00 ';
📋
Java char unicodeA = '\u2AB00';
📋
Python unicodeA = '\u2AB00'
📋

What is Unicode character 𪬀?

The Unicode character 𪬀 U+2AB00 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2AB00.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!