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

What is Unicode character 𨖟?

The Unicode character 𨖟 U+2859F 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+2859F.

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!