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

What is Unicode character 𩵍?

The Unicode character 𩵍 U+29D4D 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+29D4D.

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!