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