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

What is Unicode character 𰶍?

The Unicode character 𰶍 U+30D8D 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+30D8D.

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!