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

What is Unicode character 𰲊?

The Unicode character 𰲊 U+30C8A 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+30C8A.

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!