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

What is Unicode character 𪍬?

The Unicode character 𪍬 U+2A36C 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+2A36C.

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!