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

What is Unicode character 𢝤?

The Unicode character 𢝤 U+22764 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+22764.

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!