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