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