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

What is Unicode character 𰃟?

The Unicode character 𰃟 U+300DF 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+300DF.

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!