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

What is Unicode character 𦬒?

The Unicode character 𦬒 U+26B12 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+26B12.

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!