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

What is Unicode character 𲌟?

The Unicode character 𲌟 U+3231F 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+3231F.

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!