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

What is Unicode character 𨣍?

The Unicode character 𨣍 U+288CD 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+288CD.

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!