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

What is Unicode character 𢇌?

The Unicode character 𢇌 U+221CC 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+221CC.

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!