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>&#150292;</p>
📋
CSS .selector { content: '\24B14' };
📋
JS var unicodeA = '\u24B14 ';
📋
CPP char unicodeA = ' \u24B14 ';
📋
Java char unicodeA = '\u24B14';
📋
Python unicodeA = '\u24B14'
📋

What is Unicode character 𤬔?

The Unicode character 𤬔 U+24B14 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+24B14.

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!