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

What is Unicode character 𢍿?

The Unicode character 𢍿 U+2237F 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+2237F.

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!