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

What is Unicode character 𫔦?

The Unicode character 𫔦 U+2B526 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B526.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!