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

What is Unicode character 𰓣?

The Unicode character 𰓣 U+304E3 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+304E3.

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!