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

What is Unicode character 𢩃?

The Unicode character 𢩃 U+22A43 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+22A43.

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!