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

What is Unicode character 𪬬?

The Unicode character 𪬬 U+2AB2C 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+2AB2C.

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!