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>&#159084;</p>
📋
CSS .selector { content: '\26D6C' };
📋
JS var unicodeA = '\u26D6C ';
📋
CPP char unicodeA = ' \u26D6C ';
📋
Java char unicodeA = '\u26D6C';
📋
Python unicodeA = '\u26D6C'
📋

What is Unicode character 𦵬?

The Unicode character 𦵬 U+26D6C 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+26D6C.

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!