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

What is Unicode character 𰲦?

The Unicode character 𰲦 U+30CA6 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+30CA6.

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!