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