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>&#186015;</p>
📋
CSS .selector { content: '\2D69F' };
📋
JS var unicodeA = '\u2D69F ';
📋
CPP char unicodeA = ' \u2D69F ';
📋
Java char unicodeA = '\u2D69F';
📋
Python unicodeA = '\u2D69F'
📋

What is Unicode character 𭚟?

The Unicode character 𭚟 U+2D69F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D69F.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!