C:
char c = '\u80F7';
printf("%c\n", c); // Output: 胷
JavaScript:
const char = '\u80F7';
console.log(char); // Output: 胷
Java:
char c = '\u80F7';
System.out.println(c); // Output: 胷
JSON:
{"text": "\u80F7"} // Value: 胷
Python:
char = '\u80F7'
print(char) # Output: 胷
Perl:
my $char = "\x{80F7}";
print $char; # Output: 胷
PHP:
$char = "\x{80F7}";
echo $char; // Output: 胷
Ruby:
char = "\u{80F7}"
puts char # Output: 胷
Rust:
let c = '\u{80F7}';
println!("{}", c); // Output: 胷
Go:
char := '\u80F7'
fmt.Printf("%c\n", char) // Output: 胷
CSS:
/* CSS content property */
.element::before {
content: "\0080F7"; /* 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%83%B7
MD5:
4a0a43bf965c48cb271059974108314a
SHA1:
cb3986772c07139def0bd1a698fc56cd254713cc
Base64:
6IO3