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

What is Unicode character 𪢰?

The Unicode character 𪢰 U+2A8B0 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+2A8B0.

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!