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

What is Unicode character 𢍨?

The Unicode character 𢍨 U+22368 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+22368.

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!