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

What is Unicode character 𱝑?

The Unicode character 𱝑 U+31751 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+31751.

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!