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