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

What is Unicode character 𬑄?

The Unicode character 𬑄 U+2C444 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C444.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!