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