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

What is Unicode character 𢝖?

The Unicode character 𢝖 U+22756 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+22756.

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!