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

What is Unicode character 𨣢?

The Unicode character 𨣢 U+288E2 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+288E2.

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!