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

What is Unicode character 𢡤?

The Unicode character 𢡤 U+22864 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+22864.

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!