C:
char c = '\u6957';
printf("%c\n", c); // Output: 楗
JavaScript:
const char = '\u6957';
console.log(char); // Output: 楗
Java:
char c = '\u6957';
System.out.println(c); // Output: 楗
JSON:
{"text": "\u6957"} // Value: 楗
Python:
char = '\u6957'
print(char) # Output: 楗
Perl:
my $char = "\x{6957}";
print $char; # Output: 楗
PHP:
$char = "\x{6957}";
echo $char; // Output: 楗
Ruby:
char = "\u{6957}"
puts char # Output: 楗
Rust:
let c = '\u{6957}';
println!("{}", c); // Output: 楗
Go:
char := '\u6957'
fmt.Printf("%c\n", char) // Output: 楗
CSS:
/* CSS content property */
.element::before {
content: "\006957"; /* 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%97
MD5:
c555a591c688c65f674af3d66d8c8cd4
SHA1:
1bd6021589bf09f6e3f180a763bddee6d5c56eac
Base64:
5qWX