C:
char c = '\u8D1B';
printf("%c\n", c); // Output: 贛
JavaScript:
const char = '\u8D1B';
console.log(char); // Output: 贛
Java:
char c = '\u8D1B';
System.out.println(c); // Output: 贛
JSON:
{"text": "\u8D1B"} // Value: 贛
Python:
char = '\u8D1B'
print(char) # Output: 贛
Perl:
my $char = "\x{8D1B}";
print $char; # Output: 贛
PHP:
$char = "\x{8D1B}";
echo $char; // Output: 贛
Ruby:
char = "\u{8D1B}"
puts char # Output: 贛
Rust:
let c = '\u{8D1B}';
println!("{}", c); // Output: 贛
Go:
char := '\u8D1B'
fmt.Printf("%c\n", char) // Output: 贛
CSS:
/* CSS content property */
.element::before {
content: "\008D1B"; /* 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=%E8%B4%9B
MD5:
ce9724df0c75d135052687490af55086
SHA1:
ee7e11a24e2e7f49a264d6b33cf6f44b5999e24d
Base64:
6LSb