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

What is Unicode character 𩰎?

The Unicode character 𩰎 U+29C0E 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+29C0E.

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!