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

What is Unicode character 𩵎?

The Unicode character 𩵎 U+29D4E 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+29D4E.

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!