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

What is Unicode character 𦝚?

The Unicode character 𦝚 U+2675A 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+2675A.

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!