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

What is Unicode character 𰴎?

The Unicode character 𰴎 U+30D0E 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+30D0E.

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!