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

What is Unicode character 𦴛?

The Unicode character 𦴛 U+26D1B 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+26D1B.

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!