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

What is Unicode character 𫝟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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