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

What is Unicode character 𨣑?

The Unicode character 𨣑 U+288D1 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+288D1.

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!