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

What is Unicode character 𩲎?

The Unicode character 𩲎 U+29C8E 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+29C8E.

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!