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

What is Unicode character 𰗟?

The Unicode character 𰗟 U+305DF 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+305DF.

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!