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

What is Unicode character 𢍎?

The Unicode character 𢍎 U+2234E 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+2234E.

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!