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

What is Unicode character 𢡧?

The Unicode character 𢡧 U+22867 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+22867.

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!