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

What is Unicode character 𩺟?

The Unicode character 𩺟 U+29E9F 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+29E9F.

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!