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

What is Unicode character 𩔨?

The Unicode character 𩔨 U+29528 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+29528.

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!