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

What is Unicode character 𫎬?

The Unicode character 𫎬 U+2B3AC 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+2B3AC.

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!