C:
char c = '\u8ABE';
printf("%c\n", c); // Output: 誾
JavaScript:
const char = '\u8ABE';
console.log(char); // Output: 誾
Java:
char c = '\u8ABE';
System.out.println(c); // Output: 誾
JSON:
{"text": "\u8ABE"} // Value: 誾
Python:
char = '\u8ABE'
print(char) # Output: 誾
Perl:
my $char = "\x{8ABE}";
print $char; # Output: 誾
PHP:
$char = "\x{8ABE}";
echo $char; // Output: 誾
Ruby:
char = "\u{8ABE}"
puts char # Output: 誾
Rust:
let c = '\u{8ABE}';
println!("{}", c); // Output: 誾
Go:
char := '\u8ABE'
fmt.Printf("%c\n", char) // Output: 誾
CSS:
/* CSS content property */
.element::before {
content: "\008ABE"; /* 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=%E8%AA%BE
MD5:
5209d9cb722184af23a6815402517520
SHA1:
a4c4521a5e5b404350af2d3cf6f49233ef5a3b18
Base64:
6Kq+