C:
char c = '\u6635';
printf("%c\n", c); // Output: 昵
JavaScript:
const char = '\u6635';
console.log(char); // Output: 昵
Java:
char c = '\u6635';
System.out.println(c); // Output: 昵
JSON:
{"text": "\u6635"} // Value: 昵
Python:
char = '\u6635'
print(char) # Output: 昵
Perl:
my $char = "\x{6635}";
print $char; # Output: 昵
PHP:
$char = "\x{6635}";
echo $char; // Output: 昵
Ruby:
char = "\u{6635}"
puts char # Output: 昵
Rust:
let c = '\u{6635}';
println!("{}", c); // Output: 昵
Go:
char := '\u6635'
fmt.Printf("%c\n", char) // Output: 昵
CSS:
/* CSS content property */
.element::before {
content: "\006635"; /* 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%98%B5
MD5:
948d6e8a6c54c18cd95da12f6633a4c9
SHA1:
948ccb02455f53d25fe2ea9cdc7fa6103ce43332
Base64:
5pi1