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

What is Unicode character 𮔃?

The Unicode character 𮔃 U+2E503 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E503.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!