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

What is Unicode character 𢙍?

The Unicode character 𢙍 U+2264D 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+2264D.

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!