C:
char c = '\u89B1';
printf("%c\n", c); // Output: 覱
JavaScript:
const char = '\u89B1';
console.log(char); // Output: 覱
Java:
char c = '\u89B1';
System.out.println(c); // Output: 覱
JSON:
{"text": "\u89B1"} // Value: 覱
Python:
char = '\u89B1'
print(char) # Output: 覱
Perl:
my $char = "\x{89B1}";
print $char; # Output: 覱
PHP:
$char = "\x{89B1}";
echo $char; // Output: 覱
Ruby:
char = "\u{89B1}"
puts char # Output: 覱
Rust:
let c = '\u{89B1}';
println!("{}", c); // Output: 覱
Go:
char := '\u89B1'
fmt.Printf("%c\n", char) // Output: 覱
CSS:
/* CSS content property */
.element::before {
content: "\0089B1"; /* 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%A6%B1
MD5:
d186b0ff32b23b9b4de39d97f0732d4d
SHA1:
e318049e58b0377e9f518763931ef74c3142b695
Base64:
6Kax