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

What is Unicode character 𢝨?

The Unicode character 𢝨 U+22768 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+22768.

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!