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

What is Unicode character 𨡚?

The Unicode character 𨡚 U+2885A 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+2885A.

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!