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

What is Unicode character 𧂟?

The Unicode character 𧂟 U+2709F 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+2709F.

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!