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

What is Unicode character 𰵟?

The Unicode character 𰵟 U+30D5F 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+30D5F.

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!