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

What is Unicode character 𩹔?

The Unicode character 𩹔 U+29E54 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+29E54.

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!