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

What is Unicode character 𢟉?

The Unicode character 𢟉 U+227C9 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+227C9.

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!