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

What is Unicode character 𧢶?

The Unicode character 𧢶 U+278B6 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+278B6.

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!