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