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

What is Unicode character 𭔃?

The Unicode character 𭔃 U+2D503 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+2D503.

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!