C:
char c = '\u8929';
printf("%c\n", c); // Output: 褩
JavaScript:
const char = '\u8929';
console.log(char); // Output: 褩
Java:
char c = '\u8929';
System.out.println(c); // Output: 褩
JSON:
{"text": "\u8929"} // Value: 褩
Python:
char = '\u8929'
print(char) # Output: 褩
Perl:
my $char = "\x{8929}";
print $char; # Output: 褩
PHP:
$char = "\x{8929}";
echo $char; // Output: 褩
Ruby:
char = "\u{8929}"
puts char # Output: 褩
Rust:
let c = '\u{8929}';
println!("{}", c); // Output: 褩
Go:
char := '\u8929'
fmt.Printf("%c\n", char) // Output: 褩
CSS:
/* CSS content property */
.element::before {
content: "\008929"; /* 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%A4%A9
MD5:
7232bed320640b5e1c2e7c4d7bc566c9
SHA1:
4bae3abf51a6b2aecce85f3fcc2a680c4584ff0e
Base64:
6KSp