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

What is Unicode character 𢣲?

The Unicode character 𢣲 U+228F2 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+228F2.

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!