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

What is Unicode character 𢣢?

The Unicode character 𢣢 U+228E2 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+228E2.

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!