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