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

What is Unicode character 𢞢?

The Unicode character 𢞢 U+227A2 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+227A2.

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!