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