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

What is Unicode character 𡃶?

The Unicode character 𡃶 U+210F6 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+210F6.

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!