C:
char c = '\u8132';
printf("%c\n", c); // Output: 脲
JavaScript:
const char = '\u8132';
console.log(char); // Output: 脲
Java:
char c = '\u8132';
System.out.println(c); // Output: 脲
JSON:
{"text": "\u8132"} // Value: 脲
Python:
char = '\u8132'
print(char) # Output: 脲
Perl:
my $char = "\x{8132}";
print $char; # Output: 脲
PHP:
$char = "\x{8132}";
echo $char; // Output: 脲
Ruby:
char = "\u{8132}"
puts char # Output: 脲
Rust:
let c = '\u{8132}';
println!("{}", c); // Output: 脲
Go:
char := '\u8132'
fmt.Printf("%c\n", char) // Output: 脲
CSS:
/* CSS content property */
.element::before {
content: "\008132"; /* 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%84%B2
MD5:
c6014476ccc31d1755616cb8fdf781fb
SHA1:
ce4b408bd69b155c6c8a461c06be1fe51af58184
Base64:
6ISy