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

What is Unicode character 𦙯?

The Unicode character 𦙯 U+2666F 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+2666F.

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!