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

What is Unicode character 𪼬?

The Unicode character 𪼬 U+2AF2C 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+2AF2C.

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!