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

What is Unicode character 𰟧?

The Unicode character 𰟧 U+307E7 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+307E7.

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!