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

What is Unicode character 𨍡?

The Unicode character 𨍡 U+28361 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28361.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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