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