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

What is Unicode character 𦳬?

The Unicode character 𦳬 U+26CEC 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+26CEC.

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!