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

What is Unicode character 𢔿?

The Unicode character 𢔿 U+2253F 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+2253F.

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!