C:
char c = '\u8CB4';
printf("%c\n", c); // Output: 貴
JavaScript:
const char = '\u8CB4';
console.log(char); // Output: 貴
Java:
char c = '\u8CB4';
System.out.println(c); // Output: 貴
JSON:
{"text": "\u8CB4"} // Value: 貴
Python:
char = '\u8CB4'
print(char) # Output: 貴
Perl:
my $char = "\x{8CB4}";
print $char; # Output: 貴
PHP:
$char = "\x{8CB4}";
echo $char; // Output: 貴
Ruby:
char = "\u{8CB4}"
puts char # Output: 貴
Rust:
let c = '\u{8CB4}';
println!("{}", c); // Output: 貴
Go:
char := '\u8CB4'
fmt.Printf("%c\n", char) // Output: 貴
CSS:
/* CSS content property */
.element::before {
content: "\008CB4"; /* 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=%E8%B2%B4
MD5:
702b979c088f7c577d36ab6e6cc4b3db
SHA1:
f4e724d828c8b5eb439e7ea159d4f936b6dccf6c
Base64:
6LK0