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