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

What is Unicode character 𩨦?

The Unicode character 𩨦 U+29A26 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+29A26.

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!