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

What is Unicode character 𱃝?

The Unicode character 𱃝 U+310DD 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+310DD.

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!