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

What is Unicode character 𡃰?

The Unicode character 𡃰 U+210F0 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+210F0.

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!