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