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

What is Unicode character 𩕬?

The Unicode character 𩕬 U+2956C 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+2956C.

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!