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

What is Unicode character 𩵟?

The Unicode character 𩵟 U+29D5F 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+29D5F.

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!