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

What is Unicode character 𰟆?

The Unicode character 𰟆 U+307C6 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+307C6.

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!