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

What is Unicode character 𲊍?

The Unicode character 𲊍 U+3228D 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+3228D.

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!