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

What is Unicode character 𢟐?

The Unicode character 𢟐 U+227D0 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+227D0.

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!