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

What is Unicode character 𨡝?

The Unicode character 𨡝 U+2885D 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+2885D.

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!