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

What is Unicode character 𰟼?

The Unicode character 𰟼 U+307FC 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+307FC.

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!