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

What is Unicode character 𪢺?

The Unicode character 𪢺 U+2A8BA 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+2A8BA.

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!