C:
char c = '\u8CF4';
printf("%c\n", c); // Output: 賴
JavaScript:
const char = '\u8CF4';
console.log(char); // Output: 賴
Java:
char c = '\u8CF4';
System.out.println(c); // Output: 賴
JSON:
{"text": "\u8CF4"} // Value: 賴
Python:
char = '\u8CF4'
print(char) # Output: 賴
Perl:
my $char = "\x{8CF4}";
print $char; # Output: 賴
PHP:
$char = "\x{8CF4}";
echo $char; // Output: 賴
Ruby:
char = "\u{8CF4}"
puts char # Output: 賴
Rust:
let c = '\u{8CF4}';
println!("{}", c); // Output: 賴
Go:
char := '\u8CF4'
fmt.Printf("%c\n", char) // Output: 賴
CSS:
/* CSS content property */
.element::before {
content: "\008CF4"; /* 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%B3%B4
MD5:
40bf82963a62b6023dff2dc26a1a97e5
SHA1:
79950b30309fbca369d2093485e794da41141c19
Base64:
6LO0