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

What is Unicode character 𢡨?

The Unicode character 𢡨 U+22868 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+22868.

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!