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

What is Unicode character 𢣂?

The Unicode character 𢣂 U+228C2 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+228C2.

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!