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