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

What is Unicode character 𬐾?

The Unicode character 𬐾 U+2C43E 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+2C43E.

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!