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

What is Unicode character 𢵃?

The Unicode character 𢵃 U+22D43 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+22D43.

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!