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

What is Unicode character 𰲶?

The Unicode character 𰲶 U+30CB6 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+30CB6.

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!