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

What is Unicode character 𨣎?

The Unicode character 𨣎 U+288CE 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+288CE.

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!