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