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

What is Unicode character 𦬅?

The Unicode character 𦬅 U+26B05 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+26B05.

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!