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

What is Unicode character 𢟼?

The Unicode character 𢟼 U+227FC 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+227FC.

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!