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

What is Unicode character 𫖦?

The Unicode character 𫖦 U+2B5A6 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+2B5A6.

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!