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