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

What is Unicode character 𰾓?

The Unicode character 𰾓 U+30F93 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+30F93.

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!