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

What is Unicode character 𢔻?

The Unicode character 𢔻 U+2253B 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+2253B.

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!