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

What is Unicode character 𢵸?

The Unicode character 𢵸 U+22D78 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+22D78.

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!