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

What is Unicode character 𩨲?

The Unicode character 𩨲 U+29A32 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+29A32.

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!