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

What is Unicode character 𦝜?

The Unicode character 𦝜 U+2675C 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+2675C.

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!