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

What is Unicode character 𨥟?

The Unicode character 𨥟 U+2895F 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+2895F.

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!