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

What is Unicode character 𡃺?

The Unicode character 𡃺 U+210FA 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+210FA.

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!