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

What is Unicode character 𰶦?

The Unicode character 𰶦 U+30DA6 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+30DA6.

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!