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

What is Unicode character 𪝟?

The Unicode character 𪝟 U+2A75F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A75F.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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