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

What is Unicode character 𢐎?

The Unicode character 𢐎 U+2240E 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+2240E.

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!