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

What is Unicode character 𰲧?

The Unicode character 𰲧 U+30CA7 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+30CA7.

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!