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>&#166031;</p>
📋
CSS .selector { content: '\2888F' };
📋
JS var unicodeA = '\u2888F ';
📋
CPP char unicodeA = ' \u2888F ';
📋
Java char unicodeA = '\u2888F';
📋
Python unicodeA = '\u2888F'
📋

What is Unicode character 𨢏?

The Unicode character 𨢏 U+2888F 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+2888F.

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!