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

What is Unicode character 𧁟?

The Unicode character 𧁟 U+2705F 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+2705F.

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!