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

What is Unicode character 𦎃?

The Unicode character 𦎃 U+26383 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+26383.

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!