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

What is Unicode character 𰟸?

The Unicode character 𰟸 U+307F8 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+307F8.

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!