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>&#137466;</p>
📋
CSS .selector { content: '\218FA' };
📋
JS var unicodeA = '\u218FA ';
📋
CPP char unicodeA = ' \u218FA ';
📋
Java char unicodeA = '\u218FA';
📋
Python unicodeA = '\u218FA'
📋

What is Unicode character 𡣺?

The Unicode character 𡣺 U+218FA 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+218FA.

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!