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>&#197540;</p>
📋
CSS .selector { content: '\303A4' };
📋
JS var unicodeA = '\u303A4 ';
📋
CPP char unicodeA = ' \u303A4 ';
📋
Java char unicodeA = '\u303A4';
📋
Python unicodeA = '\u303A4'
📋

What is Unicode character 𰎤?

The Unicode character 𰎤 U+303A4 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+303A4.

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!