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

What is Unicode character 𢚖?

The Unicode character 𢚖 U+22696 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+22696.

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!