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

What is Unicode character 𰟾?

The Unicode character 𰟾 U+307FE 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+307FE.

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!