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