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

What is Unicode character 𫍖?

The Unicode character 𫍖 U+2B356 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B356.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!