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

What is Unicode character 𬐅?

The Unicode character 𬐅 U+2C405 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+2C405.

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!