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

What is Unicode character 𰇦?

The Unicode character 𰇦 U+301E6 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+301E6.

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!