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

What is Unicode character 𰌃?

The Unicode character 𰌃 U+30303 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+30303.

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!