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

What is Unicode character 𩹖?

The Unicode character 𩹖 U+29E56 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+29E56.

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!