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

What is Unicode character 𧕦?

The Unicode character 𧕦 U+27566 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+27566.

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!