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

What is Unicode character 𦝟?

The Unicode character 𦝟 U+2675F 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+2675F.

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!