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

What is Unicode character 𩺎?

The Unicode character 𩺎 U+29E8E 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+29E8E.

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!