C:
char c = '\u90BE';
printf("%c\n", c); // Output: 邾
JavaScript:
const char = '\u90BE';
console.log(char); // Output: 邾
Java:
char c = '\u90BE';
System.out.println(c); // Output: 邾
JSON:
{"text": "\u90BE"} // Value: 邾
Python:
char = '\u90BE'
print(char) # Output: 邾
Perl:
my $char = "\x{90BE}";
print $char; # Output: 邾
PHP:
$char = "\x{90BE}";
echo $char; // Output: 邾
Ruby:
char = "\u{90BE}"
puts char # Output: 邾
Rust:
let c = '\u{90BE}';
println!("{}", c); // Output: 邾
Go:
char := '\u90BE'
fmt.Printf("%c\n", char) // Output: 邾
CSS:
/* CSS content property */
.element::before {
content: "\0090BE"; /* 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%BE
MD5:
47666d75a472c2d5bfb6865939b142ff
SHA1:
95527c1c3bfd5d4bd5f6a9604e8c209822a2d876
Base64:
6YK+