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

What is Unicode character 𩙔?

The Unicode character 𩙔 U+29654 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+29654.

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!