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

What is Unicode character 𨁬?

The Unicode character 𨁬 U+2806C 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+2806C.

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!