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

What is Unicode character 𦳟?

The Unicode character 𦳟 U+26CDF 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+26CDF.

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!