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

What is Unicode character 𢡃?

The Unicode character 𢡃 U+22843 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+22843.

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!