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

What is Unicode character 𰎨?

The Unicode character 𰎨 U+303A8 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+303A8.

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!