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

What is Unicode character 𢣨?

The Unicode character 𢣨 U+228E8 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+228E8.

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!