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

What is Unicode character 𦥟?

The Unicode character 𦥟 U+2695F 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+2695F.

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!