C:
char c = '\u5876';
printf("%c\n", c); // Output: 塶
JavaScript:
const char = '\u5876';
console.log(char); // Output: 塶
Java:
char c = '\u5876';
System.out.println(c); // Output: 塶
JSON:
{"text": "\u5876"} // Value: 塶
Python:
char = '\u5876'
print(char) # Output: 塶
Perl:
my $char = "\x{5876}";
print $char; # Output: 塶
PHP:
$char = "\x{5876}";
echo $char; // Output: 塶
Ruby:
char = "\u{5876}"
puts char # Output: 塶
Rust:
let c = '\u{5876}';
println!("{}", c); // Output: 塶
Go:
char := '\u5876'
fmt.Printf("%c\n", char) // Output: 塶
CSS:
/* CSS content property */
.element::before {
content: "\005876"; /* 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=%E5%A1%B6
MD5:
d91bee65734aeca31ceb8cb709c0d762
SHA1:
4cf5cd73d632f4ae6975b44267caca6b5150bdf4
Base64:
5aG2