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

What is Unicode character 𩲬?

The Unicode character 𩲬 U+29CAC 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+29CAC.

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!