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

What is Unicode character 𡚟?

The Unicode character 𡚟 U+2169F 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+2169F.

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!