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

What is Unicode character 𩬟?

The Unicode character 𩬟 U+29B1F 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+29B1F.

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!