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

What is Unicode character 𫙟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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