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

What is Unicode character 𦰒?

The Unicode character 𦰒 U+26C12 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+26C12.

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!