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