C:
char c = '\u9567';
printf("%c\n", c); // Output: 镧
JavaScript:
const char = '\u9567';
console.log(char); // Output: 镧
Java:
char c = '\u9567';
System.out.println(c); // Output: 镧
JSON:
{"text": "\u9567"} // Value: 镧
Python:
char = '\u9567'
print(char) # Output: 镧
Perl:
my $char = "\x{9567}";
print $char; # Output: 镧
PHP:
$char = "\x{9567}";
echo $char; // Output: 镧
Ruby:
char = "\u{9567}"
puts char # Output: 镧
Rust:
let c = '\u{9567}';
println!("{}", c); // Output: 镧
Go:
char := '\u9567'
fmt.Printf("%c\n", char) // Output: 镧
CSS:
/* CSS content property */
.element::before {
content: "\009567"; /* 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=%E9%95%A7
MD5:
1acd997918711cdc66244bdad1757d5f
SHA1:
14669466b4b3f3ab3dd1d04f743d2d7f4b650fc5
Base64:
6ZWn