C:
char c = '\u60CF';
printf("%c\n", c); // Output: 惏
JavaScript:
const char = '\u60CF';
console.log(char); // Output: 惏
Java:
char c = '\u60CF';
System.out.println(c); // Output: 惏
JSON:
{"text": "\u60CF"} // Value: 惏
Python:
char = '\u60CF'
print(char) # Output: 惏
Perl:
my $char = "\x{60CF}";
print $char; # Output: 惏
PHP:
$char = "\x{60CF}";
echo $char; // Output: 惏
Ruby:
char = "\u{60CF}"
puts char # Output: 惏
Rust:
let c = '\u{60CF}';
println!("{}", c); // Output: 惏
Go:
char := '\u60CF'
fmt.Printf("%c\n", char) // Output: 惏
CSS:
/* CSS content property */
.element::before {
content: "\0060CF"; /* 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=%E6%83%8F
MD5:
9b5b25888abf21d0a710980d1cbbb4b7
SHA1:
f83b2c1532c2d85d77598df9185405415e167686
Base64:
5oOP