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

What is Unicode character 𡖟?

The Unicode character 𡖟 U+2159F 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+2159F.

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!