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

What is Unicode character 𦵾?

The Unicode character 𦵾 U+26D7E 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+26D7E.

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!