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

What is Unicode character 𨇹?

The Unicode character 𨇹 U+281F9 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+281F9.

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!