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