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