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

What is Unicode character 𦳦?

The Unicode character 𦳦 U+26CE6 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+26CE6.

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!