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

What is Unicode character 𰷵?

The Unicode character 𰷵 U+30DF5 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+30DF5.

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!