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>&#135327;</p>
📋
CSS .selector { content: '\2109F' };
📋
JS var unicodeA = '\u2109F ';
📋
CPP char unicodeA = ' \u2109F ';
📋
Java char unicodeA = '\u2109F';
📋
Python unicodeA = '\u2109F'
📋

What is Unicode character 𡂟?

The Unicode character 𡂟 U+2109F 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+2109F.

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!