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

What is Unicode character 𨡟?

The Unicode character 𨡟 U+2885F 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+2885F.

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!