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>&#157625;</p>
📋
CSS .selector { content: '\267B9' };
📋
JS var unicodeA = '\u267B9 ';
📋
CPP char unicodeA = ' \u267B9 ';
📋
Java char unicodeA = '\u267B9';
📋
Python unicodeA = '\u267B9'
📋

What is Unicode character 𦞹?

The Unicode character 𦞹 U+267B9 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+267B9.

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!