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

What is Unicode character 𩼟?

The Unicode character 𩼟 U+29F1F 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+29F1F.

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!