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

What is Unicode character 𬐭?

The Unicode character 𬐭 U+2C42D 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+2C42D.

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!