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

What is Unicode character 𰶺?

The Unicode character 𰶺 U+30DBA 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+30DBA.

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!