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

What is Unicode character 𰷃?

The Unicode character 𰷃 U+30DC3 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+30DC3.

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!