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

What is Unicode character 𦕙?

The Unicode character 𦕙 U+26559 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+26559.

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!