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

What is Unicode character 𢉨?

The Unicode character 𢉨 U+22268 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+22268.

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!