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

What is Unicode character 𨣟?

The Unicode character 𨣟 U+288DF 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+288DF.

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!