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

What is Unicode character 𢣡?

The Unicode character 𢣡 U+228E1 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+228E1.

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!