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

What is Unicode character 𲉍?

The Unicode character 𲉍 U+3224D 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+3224D.

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!