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

What is Unicode character 𦐶?

The Unicode character 𦐶 U+26436 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+26436.

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!