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

What is Unicode character 𢎖?

The Unicode character 𢎖 U+22396 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+22396.

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!