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

What is Unicode character 𧊝?

The Unicode character 𧊝 U+2729D 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+2729D.

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!