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

What is Unicode character 𨕚?

The Unicode character 𨕚 U+2855A 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+2855A.

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!