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

What is Unicode character 𰷦?

The Unicode character 𰷦 U+30DE6 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+30DE6.

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!