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

What is Unicode character 𲃚?

The Unicode character 𲃚 U+320DA 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+320DA.

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!