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

What is Unicode character 𰆨?

The Unicode character 𰆨 U+301A8 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+301A8.

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!