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

What is Unicode character 𢕎?

The Unicode character 𢕎 U+2254E 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+2254E.

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!