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

What is Unicode character 𢙊?

The Unicode character 𢙊 U+2264A 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+2264A.

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!