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>&#158123;</p>
📋
CSS .selector { content: '\269AB' };
📋
JS var unicodeA = '\u269AB ';
📋
CPP char unicodeA = ' \u269AB ';
📋
Java char unicodeA = '\u269AB';
📋
Python unicodeA = '\u269AB'
📋

What is Unicode character 𦦫?

The Unicode character 𦦫 U+269AB 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+269AB.

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!