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>&#142915;</p>
📋
CSS .selector { content: '\22E43' };
📋
JS var unicodeA = '\u22E43 ';
📋
CPP char unicodeA = ' \u22E43 ';
📋
Java char unicodeA = '\u22E43';
📋
Python unicodeA = '\u22E43'
📋

What is Unicode character 𢹃?

The Unicode character 𢹃 U+22E43 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22E43.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!