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

What is Unicode character 𢍼?

The Unicode character 𢍼 U+2237C 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+2237C.

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!