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

What is Unicode character 𱃟?

The Unicode character 𱃟 U+310DF 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+310DF.

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!