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

What is Unicode character 𢣺?

The Unicode character 𢣺 U+228FA 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+228FA.

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!