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

What is Unicode character 𠝟?

The Unicode character 𠝟 U+2075F 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+2075F.

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!