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

What is Unicode character 𪬰?

The Unicode character 𪬰 U+2AB30 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+2AB30.

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!