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

What is Unicode character 𰳦?

The Unicode character 𰳦 U+30CE6 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+30CE6.

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!