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

What is Unicode character 𰲝?

The Unicode character 𰲝 U+30C9D 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+30C9D.

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!