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

What is Unicode character 𢢨?

The Unicode character 𢢨 U+228A8 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+228A8.

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!