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

What is Unicode character 𧵅?

The Unicode character 𧵅 U+27D45 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+27D45.

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!