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

What is Unicode character 𦔒?

The Unicode character 𦔒 U+26512 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+26512.

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!