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

What is Unicode character 𧢹?

The Unicode character 𧢹 U+278B9 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+278B9.

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!