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

What is Unicode character 𢌄?

The Unicode character 𢌄 U+22304 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+22304.

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!