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>&#171037;</p>
📋
CSS .selector { content: '\29C1D' };
📋
JS var unicodeA = '\u29C1D ';
📋
CPP char unicodeA = ' \u29C1D ';
📋
Java char unicodeA = '\u29C1D';
📋
Python unicodeA = '\u29C1D'
📋

What is Unicode character 𩰝?

The Unicode character 𩰝 U+29C1D 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+29C1D.

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!