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

What is Unicode character 𰊨?

The Unicode character 𰊨 U+302A8 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+302A8.

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!