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

What is Unicode character 𧔼?

The Unicode character 𧔼 U+2753C 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+2753C.

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!