C:
char c = '\u6977';
printf("%c\n", c); // Output: 楷
JavaScript:
const char = '\u6977';
console.log(char); // Output: 楷
Java:
char c = '\u6977';
System.out.println(c); // Output: 楷
JSON:
{"text": "\u6977"} // Value: 楷
Python:
char = '\u6977'
print(char) # Output: 楷
Perl:
my $char = "\x{6977}";
print $char; # Output: 楷
PHP:
$char = "\x{6977}";
echo $char; // Output: 楷
Ruby:
char = "\u{6977}"
puts char # Output: 楷
Rust:
let c = '\u{6977}';
println!("{}", c); // Output: 楷
Go:
char := '\u6977'
fmt.Printf("%c\n", char) // Output: 楷
CSS:
/* CSS content property */
.element::before {
content: "\006977"; /* 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%B7
MD5:
a67607d7b6dc8b2d4d5c0a5e18aa75a0
SHA1:
f30f42d6705bc533227f5339c402e54be1880deb
Base64:
5qW3