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