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

What is Unicode character 𢡀?

The Unicode character 𢡀 U+22840 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+22840.

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!