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

What is Unicode character 𦆅?

The Unicode character 𦆅 U+26185 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+26185.

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!