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

What is Unicode character 𪢯?

The Unicode character 𪢯 U+2A8AF 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+2A8AF.

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!