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

What is Unicode character 𰔃?

The Unicode character 𰔃 U+30503 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30503.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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