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

What is Unicode character 𢌎?

The Unicode character 𢌎 U+2230E 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+2230E.

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!