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>&#166080;</p>
📋
CSS .selector { content: '\288C0' };
📋
JS var unicodeA = '\u288C0 ';
📋
CPP char unicodeA = ' \u288C0 ';
📋
Java char unicodeA = '\u288C0';
📋
Python unicodeA = '\u288C0'
📋

What is Unicode character 𨣀?

The Unicode character 𨣀 U+288C0 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+288C0.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!