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

What is Unicode character 𢼨?

The Unicode character 𢼨 U+22F28 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+22F28.

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!