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

What is Unicode character 𪍖?

The Unicode character 𪍖 U+2A356 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+2A356.

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!