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

What is Unicode character 𩹕?

The Unicode character 𩹕 U+29E55 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+29E55.

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!