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

What is Unicode character 𩹟?

The Unicode character 𩹟 U+29E5F 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+29E5F.

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!