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

What is Unicode character 𢍾?

The Unicode character 𢍾 U+2237E 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+2237E.

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!