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

What is Unicode character 𢏌?

The Unicode character 𢏌 U+223CC 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+223CC.

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!