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

What is Unicode character 𦌶?

The Unicode character 𦌶 U+26336 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+26336.

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!