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

What is Unicode character 𦳡?

The Unicode character 𦳡 U+26CE1 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+26CE1.

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!