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

What is Unicode character 𢟒?

The Unicode character 𢟒 U+227D2 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+227D2.

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!