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>&#164140;</p>
📋
CSS .selector { content: '\2812C' };
📋
JS var unicodeA = '\u2812C ';
📋
CPP char unicodeA = ' \u2812C ';
📋
Java char unicodeA = '\u2812C';
📋
Python unicodeA = '\u2812C'
📋

What is Unicode character 𨄬?

The Unicode character 𨄬 U+2812C 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+2812C.

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!