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

What is Unicode character 𰟺?

The Unicode character 𰟺 U+307FA 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+307FA.

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!