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