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

What is Unicode character 𪬵?

The Unicode character 𪬵 U+2AB35 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+2AB35.

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!