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

What is Unicode character 𢠨?

The Unicode character 𢠨 U+22828 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+22828.

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!