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

What is Unicode character 𬄕?

The Unicode character 𬄕 U+2C115 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+2C115.

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!