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

What is Unicode character 𧙟?

The Unicode character 𧙟 U+2765F 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+2765F.

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!