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

What is Unicode character 𧣖?

The Unicode character 𧣖 U+278D6 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+278D6.

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!