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

What is Unicode character 𢍖?

The Unicode character 𢍖 U+22356 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+22356.

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!