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

What is Unicode character 𰴍?

The Unicode character 𰴍 U+30D0D 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+30D0D.

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!