C:
char c = '\u8D5F';
printf("%c\n", c); // Output: 赟
JavaScript:
const char = '\u8D5F';
console.log(char); // Output: 赟
Java:
char c = '\u8D5F';
System.out.println(c); // Output: 赟
JSON:
{"text": "\u8D5F"} // Value: 赟
Python:
char = '\u8D5F'
print(char) # Output: 赟
Perl:
my $char = "\x{8D5F}";
print $char; # Output: 赟
PHP:
$char = "\x{8D5F}";
echo $char; // Output: 赟
Ruby:
char = "\u{8D5F}"
puts char # Output: 赟
Rust:
let c = '\u{8D5F}';
println!("{}", c); // Output: 赟
Go:
char := '\u8D5F'
fmt.Printf("%c\n", char) // Output: 赟
CSS:
/* CSS content property */
.element::before {
content: "\008D5F"; /* 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%B5%9F
MD5:
e4c65f3b6b823c651d99acb10b4d0428
SHA1:
b2772253df8ce725f5d646c253115c3f8ea01f0b
Base64:
6LWf