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

What is Unicode character 𨔼?

The Unicode character 𨔼 U+2853C 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+2853C.

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!