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

What is Unicode character 𪬺?

The Unicode character 𪬺 U+2AB3A 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+2AB3A.

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!