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

What is Unicode character 𧣹?

The Unicode character 𧣹 U+278F9 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+278F9.

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!