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

What is Unicode character 𨔺?

The Unicode character 𨔺 U+2853A 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+2853A.

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!