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

What is Unicode character 𨕾?

The Unicode character 𨕾 U+2857E 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+2857E.

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!