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

What is Unicode character 𧬭?

The Unicode character 𧬭 U+27B2D 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+27B2D.

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!