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

What is Unicode character 𦎅?

The Unicode character 𦎅 U+26385 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+26385.

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!