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

What is Unicode character 𲉟?

The Unicode character 𲉟 U+3225F 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+3225F.

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!