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

What is Unicode character 𲆏?

The Unicode character 𲆏 U+3218F 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+3218F.

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!