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

What is Unicode character 𪾼?

The Unicode character 𪾼 U+2AFBC 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+2AFBC.

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!