C:
char c = '\u90BC';
printf("%c\n", c); // Output: 邼
JavaScript:
const char = '\u90BC';
console.log(char); // Output: 邼
Java:
char c = '\u90BC';
System.out.println(c); // Output: 邼
JSON:
{"text": "\u90BC"} // Value: 邼
Python:
char = '\u90BC'
print(char) # Output: 邼
Perl:
my $char = "\x{90BC}";
print $char; # Output: 邼
PHP:
$char = "\x{90BC}";
echo $char; // Output: 邼
Ruby:
char = "\u{90BC}"
puts char # Output: 邼
Rust:
let c = '\u{90BC}';
println!("{}", c); // Output: 邼
Go:
char := '\u90BC'
fmt.Printf("%c\n", char) // Output: 邼
CSS:
/* CSS content property */
.element::before {
content: "\0090BC"; /* 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=%E9%82%BC
MD5:
7768fa5395e70d3c82de9962830dc06b
SHA1:
c783833fba7cce6ca4792af0e923f3c6b1abd49e
Base64:
6YK8