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

What is Unicode character 𰎃?

The Unicode character 𰎃 U+30383 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+30383.

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!