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

What is Unicode character 𰲙?

The Unicode character 𰲙 U+30C99 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+30C99.

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!