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>&#177567;</p>
📋
CSS .selector { content: '\2B59F' };
📋
JS var unicodeA = '\u2B59F ';
📋
CPP char unicodeA = ' \u2B59F ';
📋
Java char unicodeA = '\u2B59F';
📋
Python unicodeA = '\u2B59F'
📋

What is Unicode character 𫖟?

The Unicode character 𫖟 U+2B59F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B59F.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!