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

What is Unicode character 𫎨?

The Unicode character 𫎨 U+2B3A8 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+2B3A8.

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!