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

What is Unicode character 𢣘?

The Unicode character 𢣘 U+228D8 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+228D8.

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!