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

What is Unicode character 𩹍?

The Unicode character 𩹍 U+29E4D 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+29E4D.

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!