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

What is Unicode character 𰶶?

The Unicode character 𰶶 U+30DB6 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+30DB6.

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!