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

What is Unicode character 𰾑?

The Unicode character 𰾑 U+30F91 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+30F91.

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!