C:
char c = '\u1AB8';
printf("%c\n", c); // Output: ᪸
JavaScript:
const char = '\u1AB8';
console.log(char); // Output: ᪸
Java:
char c = '\u1AB8';
System.out.println(c); // Output: ᪸
JSON:
{"text": "\u1AB8"} // Value: ᪸
Python:
char = '\u1AB8'
print(char) # Output: ᪸
Perl:
my $char = "\x{1AB8}";
print $char; # Output: ᪸
PHP:
$char = "\x{1AB8}";
echo $char; // Output: ᪸
Ruby:
char = "\u{1AB8}"
puts char # Output: ᪸
Rust:
let c = '\u{1AB8}';
println!("{}", c); // Output: ᪸
Go:
char := '\u1AB8'
fmt.Printf("%c\n", char) // Output: ᪸
CSS:
/* CSS content property */
.element::before {
content: "\001AB8"; /* Display: ᪸ */
}
HTML Decimal:
<p>HTML decimal: ᪸</p> <!-- Display: ᪸ -->
HTML Hexadecimal:
<p>HTML hex: ᪸</p> <!-- Display: ᪸ -->
URL Encoding:
// ᪸ URL encoding
https://unicodefinder.com/search.php?query=%E1%AA%B8
MD5:
ed7a23ac3af0bbedbd8fe288f4e5676e
SHA1:
42a4fe4f1d7f79ce70d62b82d7ac843f095eae34
Base64:
4aq4