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

What is Unicode character 𢔼?

The Unicode character 𢔼 U+2253C 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+2253C.

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!