C:
char c = '\u6976';
printf("%c\n", c); // Output: 楶
JavaScript:
const char = '\u6976';
console.log(char); // Output: 楶
Java:
char c = '\u6976';
System.out.println(c); // Output: 楶
JSON:
{"text": "\u6976"} // Value: 楶
Python:
char = '\u6976'
print(char) # Output: 楶
Perl:
my $char = "\x{6976}";
print $char; # Output: 楶
PHP:
$char = "\x{6976}";
echo $char; // Output: 楶
Ruby:
char = "\u{6976}"
puts char # Output: 楶
Rust:
let c = '\u{6976}';
println!("{}", c); // Output: 楶
Go:
char := '\u6976'
fmt.Printf("%c\n", char) // Output: 楶
CSS:
/* CSS content property */
.element::before {
content: "\006976"; /* 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=%E6%A5%B6
MD5:
2ff77ea5a86e46f57ce72f0a459630fd
SHA1:
9e9a6cf45a00f5ac821b462c995456db2224474c
Base64:
5qW2