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

What is Unicode character 𬍕?

The Unicode character 𬍕 U+2C355 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+2C355.

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!