C:
char c = '\u6F4F';
printf("%c\n", c); // Output: 潏
JavaScript:
const char = '\u6F4F';
console.log(char); // Output: 潏
Java:
char c = '\u6F4F';
System.out.println(c); // Output: 潏
JSON:
{"text": "\u6F4F"} // Value: 潏
Python:
char = '\u6F4F'
print(char) # Output: 潏
Perl:
my $char = "\x{6F4F}";
print $char; # Output: 潏
PHP:
$char = "\x{6F4F}";
echo $char; // Output: 潏
Ruby:
char = "\u{6F4F}"
puts char # Output: 潏
Rust:
let c = '\u{6F4F}';
println!("{}", c); // Output: 潏
Go:
char := '\u6F4F'
fmt.Printf("%c\n", char) // Output: 潏
CSS:
/* CSS content property */
.element::before {
content: "\006F4F"; /* 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%8F
MD5:
d4558017714488859acedb2a9acacdde
SHA1:
4fdf5025f3aef6cb48aae6de8b8d83f7f28d4063
Base64:
5r2P