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

What is Unicode character 𲆍?

The Unicode character 𲆍 U+3218D 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+3218D.

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!