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

What is Unicode character 𢙃?

The Unicode character 𢙃 U+22643 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+22643.

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!