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

What is Unicode character 𨣕?

The Unicode character 𨣕 U+288D5 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+288D5.

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!