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

What is Unicode character 𰟦?

The Unicode character 𰟦 U+307E6 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+307E6.

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!