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

What is Unicode character 𪝖?

The Unicode character 𪝖 U+2A756 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A756.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!