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

What is Unicode character 𩕹?

The Unicode character 𩕹 U+29579 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+29579.

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!