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

What is Unicode character 𲆟?

The Unicode character 𲆟 U+3219F 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+3219F.

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!