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

What is Unicode character 𲈟?

The Unicode character 𲈟 U+3221F 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+3221F.

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!