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

What is Unicode character 𤕬?

The Unicode character 𤕬 U+2456C 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+2456C.

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!