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

What is Unicode character 𧃹?

The Unicode character 𧃹 U+270F9 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+270F9.

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!