C:
char c = '\u6F53';
printf("%c\n", c); // Output: 潓
JavaScript:
const char = '\u6F53';
console.log(char); // Output: 潓
Java:
char c = '\u6F53';
System.out.println(c); // Output: 潓
JSON:
{"text": "\u6F53"} // Value: 潓
Python:
char = '\u6F53'
print(char) # Output: 潓
Perl:
my $char = "\x{6F53}";
print $char; # Output: 潓
PHP:
$char = "\x{6F53}";
echo $char; // Output: 潓
Ruby:
char = "\u{6F53}"
puts char # Output: 潓
Rust:
let c = '\u{6F53}';
println!("{}", c); // Output: 潓
Go:
char := '\u6F53'
fmt.Printf("%c\n", char) // Output: 潓
CSS:
/* CSS content property */
.element::before {
content: "\006F53"; /* 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%BD%93
MD5:
54a602527e48bcdb0710dbadedc2886d
SHA1:
5ecfb9d6ae9e10fb2e18ed4ee64c9feadecd0448
Base64:
5r2T