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

What is Unicode character 𦆃?

The Unicode character 𦆃 U+26183 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+26183.

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!