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

What is Unicode character 𬐣?

The Unicode character 𬐣 U+2C423 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+2C423.

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!