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

What is Unicode character 𬍘?

The Unicode character 𬍘 U+2C358 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+2C358.

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!