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

What is Unicode character 𦬭?

The Unicode character 𦬭 U+26B2D 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+26B2D.

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!