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

What is Unicode character 𰰾?

The Unicode character 𰰾 U+30C3E 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+30C3E.

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!