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

What is Unicode character 𰲓?

The Unicode character 𰲓 U+30C93 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+30C93.

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!