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