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

What is Unicode character 𨡯?

The Unicode character 𨡯 U+2886F 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+2886F.

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!