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

What is Unicode character 𰟻?

The Unicode character 𰟻 U+307FB 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+307FB.

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!