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

What is Unicode character 𡃾?

The Unicode character 𡃾 U+210FE 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+210FE.

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!