C:
char c = '\u8CB6';
printf("%c\n", c); // Output: 貶
JavaScript:
const char = '\u8CB6';
console.log(char); // Output: 貶
Java:
char c = '\u8CB6';
System.out.println(c); // Output: 貶
JSON:
{"text": "\u8CB6"} // Value: 貶
Python:
char = '\u8CB6'
print(char) # Output: 貶
Perl:
my $char = "\x{8CB6}";
print $char; # Output: 貶
PHP:
$char = "\x{8CB6}";
echo $char; // Output: 貶
Ruby:
char = "\u{8CB6}"
puts char # Output: 貶
Rust:
let c = '\u{8CB6}';
println!("{}", c); // Output: 貶
Go:
char := '\u8CB6'
fmt.Printf("%c\n", char) // Output: 貶
CSS:
/* CSS content property */
.element::before {
content: "\008CB6"; /* 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%B2%B6
MD5:
00a4df89d75385661a03a7c460bffacc
SHA1:
43c91352aacadf570ea816f2c161fd374d66eab1
Base64:
6LK2