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

What is Unicode character 𧕤?

The Unicode character 𧕤 U+27564 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+27564.

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!