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

What is Unicode character 𩹃?

The Unicode character 𩹃 U+29E43 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+29E43.

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!