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

What is Unicode character 𨖝?

The Unicode character 𨖝 U+2859D 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+2859D.

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!