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

What is Unicode character 𩰬?

The Unicode character 𩰬 U+29C2C 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+29C2C.

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!