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

What is Unicode character 𬖫?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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