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

What is Unicode character 𬗣?

The Unicode character 𬗣 U+2C5E3 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+2C5E3.

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!