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

What is Unicode character 𰢓?

The Unicode character 𰢓 U+30893 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+30893.

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!