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

What is Unicode character 𰶹?

The Unicode character 𰶹 U+30DB9 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+30DB9.

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!