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

What is Unicode character 𡓰?

The Unicode character 𡓰 U+214F0 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+214F0.

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!