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

What is Unicode character 𰂦?

The Unicode character 𰂦 U+300A6 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+300A6.

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!