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

What is Unicode character 𦍐?

The Unicode character 𦍐 U+26350 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+26350.

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!