C:
char c = '\u9CF4';
printf("%c\n", c); // Output: 鳴
JavaScript:
const char = '\u9CF4';
console.log(char); // Output: 鳴
Java:
char c = '\u9CF4';
System.out.println(c); // Output: 鳴
JSON:
{"text": "\u9CF4"} // Value: 鳴
Python:
char = '\u9CF4'
print(char) # Output: 鳴
Perl:
my $char = "\x{9CF4}";
print $char; # Output: 鳴
PHP:
$char = "\x{9CF4}";
echo $char; // Output: 鳴
Ruby:
char = "\u{9CF4}"
puts char # Output: 鳴
Rust:
let c = '\u{9CF4}';
println!("{}", c); // Output: 鳴
Go:
char := '\u9CF4'
fmt.Printf("%c\n", char) // Output: 鳴
CSS:
/* CSS content property */
.element::before {
content: "\009CF4"; /* 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=%E9%B3%B4
MD5:
9de2ed4bf9c9caa09fd21deef3a4b146
SHA1:
eb41727f5cb06c490612f65a8a33046236c4b12a
Base64:
6bO0