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

What is Unicode character 𫕦?

The Unicode character 𫕦 U+2B566 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B566.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!