C:
char c = '\u5674';
printf("%c\n", c); // Output: 噴
JavaScript:
const char = '\u5674';
console.log(char); // Output: 噴
Java:
char c = '\u5674';
System.out.println(c); // Output: 噴
JSON:
{"text": "\u5674"} // Value: 噴
Python:
char = '\u5674'
print(char) # Output: 噴
Perl:
my $char = "\x{5674}";
print $char; # Output: 噴
PHP:
$char = "\x{5674}";
echo $char; // Output: 噴
Ruby:
char = "\u{5674}"
puts char # Output: 噴
Rust:
let c = '\u{5674}';
println!("{}", c); // Output: 噴
Go:
char := '\u5674'
fmt.Printf("%c\n", char) // Output: 噴
CSS:
/* CSS content property */
.element::before {
content: "\005674"; /* 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=%E5%99%B4
MD5:
2fb77d7ed56914e93f31dfe52023caa1
SHA1:
4fdc40797ce583b2021921fd1efdb3817563449c
Base64:
5Zm0