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

What is Unicode character 𦬝?

The Unicode character 𦬝 U+26B1D 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+26B1D.

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!