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

What is Unicode character 𰶑?

The Unicode character 𰶑 U+30D91 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+30D91.

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!