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

What is Unicode character 𢞖?

The Unicode character 𢞖 U+22796 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+22796.

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!