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

What is Unicode character 𨑄?

The Unicode character 𨑄 U+28444 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+28444.

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!