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

What is Unicode character 𡝟?

The Unicode character 𡝟 U+2175F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2175F.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!