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

What is Unicode character 𦨒?

The Unicode character 𦨒 U+26A12 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+26A12.

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!