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

What is Unicode character 𲆎?

The Unicode character 𲆎 U+3218E 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+3218E.

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!