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

What is Unicode character 𨚟?

The Unicode character 𨚟 U+2869F 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+2869F.

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!