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

What is Unicode character 𧎝?

The Unicode character 𧎝 U+2739D 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+2739D.

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!