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

What is Unicode character 𰲗?

The Unicode character 𰲗 U+30C97 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+30C97.

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!