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

What is Unicode character 𬔃?

The Unicode character 𬔃 U+2C503 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+2C503.

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!