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

What is Unicode character 𩙟?

The Unicode character 𩙟 U+2965F 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+2965F.

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!