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

What is Unicode character 𢉎?

The Unicode character 𢉎 U+2224E 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+2224E.

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!