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

What is Unicode character 𦰝?

The Unicode character 𦰝 U+26C1D 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+26C1D.

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!