C:
char c = '\u9614';
printf("%c\n", c); // Output: 阔
JavaScript:
const char = '\u9614';
console.log(char); // Output: 阔
Java:
char c = '\u9614';
System.out.println(c); // Output: 阔
JSON:
{"text": "\u9614"} // Value: 阔
Python:
char = '\u9614'
print(char) # Output: 阔
Perl:
my $char = "\x{9614}";
print $char; # Output: 阔
PHP:
$char = "\x{9614}";
echo $char; // Output: 阔
Ruby:
char = "\u{9614}"
puts char # Output: 阔
Rust:
let c = '\u{9614}';
println!("{}", c); // Output: 阔
Go:
char := '\u9614'
fmt.Printf("%c\n", char) // Output: 阔
CSS:
/* CSS content property */
.element::before {
content: "\009614"; /* 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%98%94
MD5:
4a00c36d8f7dc13cfde79b0c86d5ebfc
SHA1:
73d2d62133a85b1083e7454671ef4abfa4aca1ea
Base64:
6ZiU