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

What is Unicode character 𩰍?

The Unicode character 𩰍 U+29C0D 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+29C0D.

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!