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