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

What is Unicode character 𭍨?

The Unicode character 𭍨 U+2D368 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+2D368.

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!