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

What is Unicode character 𢦖?

The Unicode character 𢦖 U+22996 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+22996.

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!