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

What is Unicode character 𦨝?

The Unicode character 𦨝 U+26A1D 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+26A1D.

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!