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