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

What is Unicode character 𡃼?

The Unicode character 𡃼 U+210FC 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+210FC.

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!