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>&#205213;</p>
📋
CSS .selector { content: '\3219D' };
📋
JS var unicodeA = '\u3219D ';
📋
CPP char unicodeA = ' \u3219D ';
📋
Java char unicodeA = '\u3219D';
📋
Python unicodeA = '\u3219D'
📋

What is Unicode character 𲆝?

The Unicode character 𲆝 U+3219D 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+3219D.

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!