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

What is Unicode character 𰇟?

The Unicode character 𰇟 U+301DF 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+301DF.

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!