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

What is Unicode character 𨣗?

The Unicode character 𨣗 U+288D7 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+288D7.

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!