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

What is Unicode character 𰲚?

The Unicode character 𰲚 U+30C9A 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+30C9A.

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!