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

What is Unicode character 𢙏?

The Unicode character 𢙏 U+2264F 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+2264F.

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!