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

What is Unicode character 𰇨?

The Unicode character 𰇨 U+301E8 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+301E8.

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!