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

What is Unicode character 𬕛?

The Unicode character 𬕛 U+2C55B 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+2C55B.

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!