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

What is Unicode character 𧍅?

The Unicode character 𧍅 U+27345 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+27345.

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!