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

What is Unicode character 𦙟?

The Unicode character 𦙟 U+2665F 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+2665F.

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!