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

What is Unicode character 𨕜?

The Unicode character 𨕜 U+2855C 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+2855C.

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!