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

What is Unicode character 𩨃?

The Unicode character 𩨃 U+29A03 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+29A03.

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!