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

What is Unicode character 𬗰?

The Unicode character 𬗰 U+2C5F0 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+2C5F0.

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!