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

What is Unicode character 𢟴?

The Unicode character 𢟴 U+227F4 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+227F4.

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!