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

What is Unicode character 𢱃?

The Unicode character 𢱃 U+22C43 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+22C43.

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!