C:
char c = '\u8993';
printf("%c\n", c); // Output: 覓
JavaScript:
const char = '\u8993';
console.log(char); // Output: 覓
Java:
char c = '\u8993';
System.out.println(c); // Output: 覓
JSON:
{"text": "\u8993"} // Value: 覓
Python:
char = '\u8993'
print(char) # Output: 覓
Perl:
my $char = "\x{8993}";
print $char; # Output: 覓
PHP:
$char = "\x{8993}";
echo $char; // Output: 覓
Ruby:
char = "\u{8993}"
puts char # Output: 覓
Rust:
let c = '\u{8993}';
println!("{}", c); // Output: 覓
Go:
char := '\u8993'
fmt.Printf("%c\n", char) // Output: 覓
CSS:
/* CSS content property */
.element::before {
content: "\008993"; /* 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%93
MD5:
80431e5c5da91283bc6465a84c07c545
SHA1:
6c2d6d0574507f45a64cc99fdaa8ea7e434d91f3
Base64:
6KaT