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

What is Unicode character 𪬍?

The Unicode character 𪬍 U+2AB0D 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+2AB0D.

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!