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

What is Unicode character 𢙟?

The Unicode character 𢙟 U+2265F 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+2265F.

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!