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

What is Unicode character 𢟙?

The Unicode character 𢟙 U+227D9 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+227D9.

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!