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

What is Unicode character 𢟹?

The Unicode character 𢟹 U+227F9 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+227F9.

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!