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

What is Unicode character 𲅟?

The Unicode character 𲅟 U+3215F 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+3215F.

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!