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

What is Unicode character 𩰦?

The Unicode character 𩰦 U+29C26 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+29C26.

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!