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