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

What is Unicode character 𩕝?

The Unicode character 𩕝 U+2955D 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+2955D.

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!