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>&#164336;</p>
📋
CSS .selector { content: '\281F0' };
📋
JS var unicodeA = '\u281F0 ';
📋
CPP char unicodeA = ' \u281F0 ';
📋
Java char unicodeA = '\u281F0';
📋
Python unicodeA = '\u281F0'
📋

What is Unicode character 𨇰?

The Unicode character 𨇰 U+281F0 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+281F0.

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!