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

What is Unicode character 𪬃?

The Unicode character 𪬃 U+2AB03 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+2AB03.

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!