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

What is Unicode character 𲃟?

The Unicode character 𲃟 U+320DF 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+320DF.

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!