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

What is Unicode character 𰰎?

The Unicode character 𰰎 U+30C0E 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+30C0E.

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!