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>&#136428;</p>
📋
CSS .selector { content: '\214EC' };
📋
JS var unicodeA = '\u214EC ';
📋
CPP char unicodeA = ' \u214EC ';
📋
Java char unicodeA = '\u214EC';
📋
Python unicodeA = '\u214EC'
📋

What is Unicode character 𡓬?

The Unicode character 𡓬 U+214EC 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+214EC.

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!