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

What is Unicode character 𪬎?

The Unicode character 𪬎 U+2AB0E 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+2AB0E.

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!