C:
char c = '\u66BE';
printf("%c\n", c); // Output: 暾
JavaScript:
const char = '\u66BE';
console.log(char); // Output: 暾
Java:
char c = '\u66BE';
System.out.println(c); // Output: 暾
JSON:
{"text": "\u66BE"} // Value: 暾
Python:
char = '\u66BE'
print(char) # Output: 暾
Perl:
my $char = "\x{66BE}";
print $char; # Output: 暾
PHP:
$char = "\x{66BE}";
echo $char; // Output: 暾
Ruby:
char = "\u{66BE}"
puts char # Output: 暾
Rust:
let c = '\u{66BE}';
println!("{}", c); // Output: 暾
Go:
char := '\u66BE'
fmt.Printf("%c\n", char) // Output: 暾
CSS:
/* CSS content property */
.element::before {
content: "\0066BE"; /* 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%9A%BE
MD5:
f5a293ef61ed4beb79c10fc6188cfd8c
SHA1:
3cef2d403d6e6f9584185b18dc4acef6078d0725
Base64:
5pq+