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

What is Unicode character 𢦈?

The Unicode character 𢦈 U+22988 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+22988.

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!