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

What is Unicode character 𢟲?

The Unicode character 𢟲 U+227F2 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+227F2.

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!