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

What is Unicode character 𬗲?

The Unicode character 𬗲 U+2C5F2 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+2C5F2.

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!