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

What is Unicode character 𲈝?

The Unicode character 𲈝 U+3221D 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+3221D.

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!