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

What is Unicode character 𬐡?

The Unicode character 𬐡 U+2C421 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+2C421.

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!