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

What is Unicode character 𢢢?

The Unicode character 𢢢 U+228A2 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+228A2.

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!