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

What is Unicode character 𲌝?

The Unicode character 𲌝 U+3231D 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+3231D.

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!