C:
char c = '\u9676';
printf("%c\n", c); // Output: 陶
JavaScript:
const char = '\u9676';
console.log(char); // Output: 陶
Java:
char c = '\u9676';
System.out.println(c); // Output: 陶
JSON:
{"text": "\u9676"} // Value: 陶
Python:
char = '\u9676'
print(char) # Output: 陶
Perl:
my $char = "\x{9676}";
print $char; # Output: 陶
PHP:
$char = "\x{9676}";
echo $char; // Output: 陶
Ruby:
char = "\u{9676}"
puts char # Output: 陶
Rust:
let c = '\u{9676}';
println!("{}", c); // Output: 陶
Go:
char := '\u9676'
fmt.Printf("%c\n", char) // Output: 陶
CSS:
/* CSS content property */
.element::before {
content: "\009676"; /* 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%99%B6
MD5:
ec02f4e6bac128b2ef6994a4dda26fcc
SHA1:
9286b9619724790b83317b0d6787630f7d7b1c04
Base64:
6Zm2