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

What is Unicode character 𣊝?

The Unicode character 𣊝 U+2329D 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+2329D.

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!