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>&#205390;</p>
📋
CSS .selector { content: '\3224E' };
📋
JS var unicodeA = '\u3224E ';
📋
CPP char unicodeA = ' \u3224E ';
📋
Java char unicodeA = '\u3224E';
📋
Python unicodeA = '\u3224E'
📋

What is Unicode character 𲉎?

The Unicode character 𲉎 U+3224E 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+3224E.

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!