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

What is Unicode character 𲊎?

The Unicode character 𲊎 U+3228E 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+3228E.

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!