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

What is Unicode character 𰪓?

The Unicode character 𰪓 U+30A93 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+30A93.

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!