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