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

What is Unicode character 𨕻?

The Unicode character 𨕻 U+2857B 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+2857B.

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!