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>&#161900;</p>
📋
CSS .selector { content: '\2786C' };
📋
JS var unicodeA = '\u2786C ';
📋
CPP char unicodeA = ' \u2786C ';
📋
Java char unicodeA = '\u2786C';
📋
Python unicodeA = '\u2786C'
📋

What is Unicode character 𧡬?

The Unicode character 𧡬 U+2786C 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+2786C.

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!