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

What is Unicode character 𰟯?

The Unicode character 𰟯 U+307EF 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+307EF.

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!