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

What is Unicode character 𢢪?

The Unicode character 𢢪 U+228AA 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+228AA.

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!