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

What is Unicode character 𢟌?

The Unicode character 𢟌 U+227CC 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+227CC.

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!