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

What is Unicode character 𡓨?

The Unicode character 𡓨 U+214E8 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+214E8.

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!