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