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

What is Unicode character 𢉼?

The Unicode character 𢉼 U+2227C 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+2227C.

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!