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

What is Unicode character 𦬓?

The Unicode character 𦬓 U+26B13 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+26B13.

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!