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

What is Unicode character 𨣡?

The Unicode character 𨣡 U+288E1 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+288E1.

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!