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

What is Unicode character 𬙅?

The Unicode character 𬙅 U+2C645 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+2C645.

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!