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

What is Unicode character 𢟇?

The Unicode character 𢟇 U+227C7 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+227C7.

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!