C:
char c = '\u9608';
printf("%c\n", c); // Output: 阈
JavaScript:
const char = '\u9608';
console.log(char); // Output: 阈
Java:
char c = '\u9608';
System.out.println(c); // Output: 阈
JSON:
{"text": "\u9608"} // Value: 阈
Python:
char = '\u9608'
print(char) # Output: 阈
Perl:
my $char = "\x{9608}";
print $char; # Output: 阈
PHP:
$char = "\x{9608}";
echo $char; // Output: 阈
Ruby:
char = "\u{9608}"
puts char # Output: 阈
Rust:
let c = '\u{9608}';
println!("{}", c); // Output: 阈
Go:
char := '\u9608'
fmt.Printf("%c\n", char) // Output: 阈
CSS:
/* CSS content property */
.element::before {
content: "\009608"; /* 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%88
MD5:
be55d76c097677695da7fa1465297cff
SHA1:
366dac2a809e04a8edc2635002999b90c18d9d4a
Base64:
6ZiI