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

What is Unicode character 𬗃?

The Unicode character 𬗃 U+2C5C3 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+2C5C3.

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!