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

What is Unicode character 𢙌?

The Unicode character 𢙌 U+2264C 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+2264C.

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!