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

What is Unicode character 𢔾?

The Unicode character 𢔾 U+2253E 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+2253E.

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!