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

What is Unicode character 𩹝?

The Unicode character 𩹝 U+29E5D 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+29E5D.

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!