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

What is Unicode character 𰴃?

The Unicode character 𰴃 U+30D03 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+30D03.

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!