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

What is Unicode character 𰶝?

The Unicode character 𰶝 U+30D9D 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+30D9D.

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!