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

What is Unicode character 𬖯?

The Unicode character 𬖯 U+2C5AF 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+2C5AF.

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!