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

What is Unicode character 𢟄?

The Unicode character 𢟄 U+227C4 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+227C4.

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!