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

What is Unicode character 𰟿?

The Unicode character 𰟿 U+307FF 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+307FF.

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!