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

What is Unicode character 𰵎?

The Unicode character 𰵎 U+30D4E 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+30D4E.

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!