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

What is Unicode character 𩔦?

The Unicode character 𩔦 U+29526 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+29526.

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!