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

What is Unicode character 𨣐?

The Unicode character 𨣐 U+288D0 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+288D0.

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!