C:
char c = '\u8C83';
printf("%c\n", c); // Output: 貃
JavaScript:
const char = '\u8C83';
console.log(char); // Output: 貃
Java:
char c = '\u8C83';
System.out.println(c); // Output: 貃
JSON:
{"text": "\u8C83"} // Value: 貃
Python:
char = '\u8C83'
print(char) # Output: 貃
Perl:
my $char = "\x{8C83}";
print $char; # Output: 貃
PHP:
$char = "\x{8C83}";
echo $char; // Output: 貃
Ruby:
char = "\u{8C83}"
puts char # Output: 貃
Rust:
let c = '\u{8C83}';
println!("{}", c); // Output: 貃
Go:
char := '\u8C83'
fmt.Printf("%c\n", char) // Output: 貃
CSS:
/* CSS content property */
.element::before {
content: "\008C83"; /* 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%83
MD5:
c0b71c47846b59fdc8460b0135f36541
SHA1:
16e03f5e22ba2eff4698fb34f2edc5e3fe5d3559
Base64:
6LKD