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

What is Unicode character 𪎖?

The Unicode character 𪎖 U+2A396 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+2A396.

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!