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

What is Unicode character 𧃡?

The Unicode character 𧃡 U+270E1 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+270E1.

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!