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

What is Unicode character 𩨟?

The Unicode character 𩨟 U+29A1F 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+29A1F.

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!