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

What is Unicode character 𲃝?

The Unicode character 𲃝 U+320DD is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+320DD.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!