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

What is Unicode character 𬅝?

The Unicode character 𬅝 U+2C15D 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+2C15D.

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!