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

What is Unicode character 𰃨?

The Unicode character 𰃨 U+300E8 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+300E8.

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!