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

What is Unicode character 𭄟?

The Unicode character 𭄟 U+2D11F 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+2D11F.

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!