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

What is Unicode character 𧎟?

The Unicode character 𧎟 U+2739F 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+2739F.

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!