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

What is Unicode character 𩕵?

The Unicode character 𩕵 U+29575 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+29575.

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!