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

What is Unicode character 𤄬?

The Unicode character 𤄬 U+2412C 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+2412C.

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!