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

What is Unicode character 𧔺?

The Unicode character 𧔺 U+2753A 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+2753A.

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!