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

What is Unicode character 𰟨?

The Unicode character 𰟨 U+307E8 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+307E8.

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!