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

What is Unicode character 𰮓?

The Unicode character 𰮓 U+30B93 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+30B93.

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!