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

What is Unicode character 𩹎?

The Unicode character 𩹎 U+29E4E 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+29E4E.

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!