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

What is Unicode character 𰐃?

The Unicode character 𰐃 U+30403 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+30403.

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!