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

What is Unicode character 𦎄?

The Unicode character 𦎄 U+26384 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+26384.

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!