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

What is Unicode character 𦄬?

The Unicode character 𦄬 U+2612C 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+2612C.

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!