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

What is Unicode character 𭍯?

The Unicode character 𭍯 U+2D36F 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+2D36F.

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!