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

What is Unicode character 𰰯?

The Unicode character 𰰯 U+30C2F 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+30C2F.

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!