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

What is Unicode character 𰈃?

The Unicode character 𰈃 U+30203 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+30203.

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!