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

What is Unicode character 𦕤?

The Unicode character 𦕤 U+26564 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+26564.

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!