C:
char c = '\u90F9';
printf("%c\n", c); // Output: 郹
JavaScript:
const char = '\u90F9';
console.log(char); // Output: 郹
Java:
char c = '\u90F9';
System.out.println(c); // Output: 郹
JSON:
{"text": "\u90F9"} // Value: 郹
Python:
char = '\u90F9'
print(char) # Output: 郹
Perl:
my $char = "\x{90F9}";
print $char; # Output: 郹
PHP:
$char = "\x{90F9}";
echo $char; // Output: 郹
Ruby:
char = "\u{90F9}"
puts char # Output: 郹
Rust:
let c = '\u{90F9}';
println!("{}", c); // Output: 郹
Go:
char := '\u90F9'
fmt.Printf("%c\n", char) // Output: 郹
CSS:
/* CSS content property */
.element::before {
content: "\0090F9"; /* 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%83%B9
MD5:
c70aada1eefc2d7ad937de0d08af5560
SHA1:
7c37dceaf125fdbe04e40caa84afc2646ac13449
Base64:
6YO5