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

What is Unicode character 𢙎?

The Unicode character 𢙎 U+2264E 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+2264E.

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!