C:
char c = '\u5976';
printf("%c\n", c); // Output: 奶
JavaScript:
const char = '\u5976';
console.log(char); // Output: 奶
Java:
char c = '\u5976';
System.out.println(c); // Output: 奶
JSON:
{"text": "\u5976"} // Value: 奶
Python:
char = '\u5976'
print(char) # Output: 奶
Perl:
my $char = "\x{5976}";
print $char; # Output: 奶
PHP:
$char = "\x{5976}";
echo $char; // Output: 奶
Ruby:
char = "\u{5976}"
puts char # Output: 奶
Rust:
let c = '\u{5976}';
println!("{}", c); // Output: 奶
Go:
char := '\u5976'
fmt.Printf("%c\n", char) // Output: 奶
CSS:
/* CSS content property */
.element::before {
content: "\005976"; /* 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%A5%B6
MD5:
0bf2ceb39e76b04e057cf33f376dc271
SHA1:
d449dfee7fb139b17d2d464527ccfdd347b8b9d6
Base64:
5aW2