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