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>&#197858;</p>
📋
CSS .selector { content: '\304E2' };
📋
JS var unicodeA = '\u304E2 ';
📋
CPP char unicodeA = ' \u304E2 ';
📋
Java char unicodeA = '\u304E2';
📋
Python unicodeA = '\u304E2'
📋

What is Unicode character 𰓢?

The Unicode character 𰓢 U+304E2 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+304E2.

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!