C:
char c = '\u9690';
printf("%c\n", c); // Output: 隐
JavaScript:
const char = '\u9690';
console.log(char); // Output: 隐
Java:
char c = '\u9690';
System.out.println(c); // Output: 隐
JSON:
{"text": "\u9690"} // Value: 隐
Python:
char = '\u9690'
print(char) # Output: 隐
Perl:
my $char = "\x{9690}";
print $char; # Output: 隐
PHP:
$char = "\x{9690}";
echo $char; // Output: 隐
Ruby:
char = "\u{9690}"
puts char # Output: 隐
Rust:
let c = '\u{9690}';
println!("{}", c); // Output: 隐
Go:
char := '\u9690'
fmt.Printf("%c\n", char) // Output: 隐
CSS:
/* CSS content property */
.element::before {
content: "\009690"; /* 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=%E9%9A%90
MD5:
52d45323897840ea20446efde4071ae4
SHA1:
6cc1bfe8a83844f1c3bcdb0e9a37b0acecfa7deb
Base64:
6ZqQ