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>&#181596;</p>
📋
CSS .selector { content: '\2C55C' };
📋
JS var unicodeA = '\u2C55C ';
📋
CPP char unicodeA = ' \u2C55C ';
📋
Java char unicodeA = '\u2C55C';
📋
Python unicodeA = '\u2C55C'
📋

What is Unicode character 𬕜?

The Unicode character 𬕜 U+2C55C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C55C.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!