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

What is Unicode character 𰟇?

The Unicode character 𰟇 U+307C7 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+307C7.

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!