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

What is Unicode character 𰷹?

The Unicode character 𰷹 U+30DF9 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+30DF9.

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!