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

What is Unicode character 𨕬?

The Unicode character 𨕬 U+2856C 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+2856C.

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!