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

What is Unicode character 𨣏?

The Unicode character 𨣏 U+288CF 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+288CF.

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!