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

What is Unicode character 𢉃?

The Unicode character 𢉃 U+22243 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+22243.

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!