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

What is Unicode character 𪢨?

The Unicode character 𪢨 U+2A8A8 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+2A8A8.

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!