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

What is Unicode character 𢡄?

The Unicode character 𢡄 U+22844 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+22844.

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!