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

What is Unicode character 𰃧?

The Unicode character 𰃧 U+300E7 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+300E7.

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!