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

What is Unicode character 𢔎?

The Unicode character 𢔎 U+2250E 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+2250E.

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!