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

What is Unicode character 𰟟?

The Unicode character 𰟟 U+307DF 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+307DF.

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!