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

What is Unicode character 𰂨?

The Unicode character 𰂨 U+300A8 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+300A8.

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!