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

What is Unicode character 𩨵?

The Unicode character 𩨵 U+29A35 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+29A35.

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!