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