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

What is Unicode character 𪝨?

The Unicode character 𪝨 U+2A768 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+2A768.

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!