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>&#163417;</p>
📋
CSS .selector { content: '\27E59' };
📋
JS var unicodeA = '\u27E59 ';
📋
CPP char unicodeA = ' \u27E59 ';
📋
Java char unicodeA = '\u27E59';
📋
Python unicodeA = '\u27E59'
📋

What is Unicode character 𧹙?

The Unicode character 𧹙 U+27E59 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+27E59.

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!