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

What is Unicode character 𬔅?

The Unicode character 𬔅 U+2C505 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+2C505.

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!