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

What is Unicode character 𱝟?

The Unicode character 𱝟 U+3175F 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+3175F.

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!