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

What is Unicode character 𨕺?

The Unicode character 𨕺 U+2857A 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+2857A.

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!