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

What is Unicode character 𢣌?

The Unicode character 𢣌 U+228CC 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+228CC.

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!