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

What is Unicode character 𦌃?

The Unicode character 𦌃 U+26303 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+26303.

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!