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

What is Unicode character 𨖜?

The Unicode character 𨖜 U+2859C 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+2859C.

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!