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