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

What is Unicode character 𧬔?

The Unicode character 𧬔 U+27B14 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+27B14.

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!