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

What is Unicode character 𪬶?

The Unicode character 𪬶 U+2AB36 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+2AB36.

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!