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>&#182623;</p>
📋
CSS .selector { content: '\2C95F' };
📋
JS var unicodeA = '\u2C95F ';
📋
CPP char unicodeA = ' \u2C95F ';
📋
Java char unicodeA = '\u2C95F';
📋
Python unicodeA = '\u2C95F'
📋

What is Unicode character 𬥟?

The Unicode character 𬥟 U+2C95F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C95F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!