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

What is Unicode character 𢑄?

The Unicode character 𢑄 U+22444 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+22444.

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!