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

What is Unicode character 𬙟?

The Unicode character 𬙟 U+2C65F 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+2C65F.

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!