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

What is Unicode character 𢭃?

The Unicode character 𢭃 U+22B43 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+22B43.

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!