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

What is Unicode character 𧨃?

The Unicode character 𧨃 U+27A03 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+27A03.

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!