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

What is Unicode character 𩰟?

The Unicode character 𩰟 U+29C1F 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+29C1F.

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!