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

What is Unicode character 𫖬?

The Unicode character 𫖬 U+2B5AC 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+2B5AC.

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!