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

What is Unicode character 𦵻?

The Unicode character 𦵻 U+26D7B 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+26D7B.

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!