C:
char c = '\u5739';
printf("%c\n", c); // Output: 圹
JavaScript:
const char = '\u5739';
console.log(char); // Output: 圹
Java:
char c = '\u5739';
System.out.println(c); // Output: 圹
JSON:
{"text": "\u5739"} // Value: 圹
Python:
char = '\u5739'
print(char) # Output: 圹
Perl:
my $char = "\x{5739}";
print $char; # Output: 圹
PHP:
$char = "\x{5739}";
echo $char; // Output: 圹
Ruby:
char = "\u{5739}"
puts char # Output: 圹
Rust:
let c = '\u{5739}';
println!("{}", c); // Output: 圹
Go:
char := '\u5739'
fmt.Printf("%c\n", char) // Output: 圹
CSS:
/* CSS content property */
.element::before {
content: "\005739"; /* 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=%E5%9C%B9
MD5:
9f14dfc550397a73b60dae4549e8226e
SHA1:
c862ac58623189490ed826c0fb77ca4428e50c83
Base64:
5Zy5