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

What is Unicode character 𭍧?

The Unicode character 𭍧 U+2D367 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+2D367.

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!