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

What is Unicode character 𤡬?

The Unicode character 𤡬 U+2486C 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+2486C.

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!