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

What is Unicode character 𢅃?

The Unicode character 𢅃 U+22143 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+22143.

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!