C:
char c = '\u909B';
printf("%c\n", c); // Output: 邛
JavaScript:
const char = '\u909B';
console.log(char); // Output: 邛
Java:
char c = '\u909B';
System.out.println(c); // Output: 邛
JSON:
{"text": "\u909B"} // Value: 邛
Python:
char = '\u909B'
print(char) # Output: 邛
Perl:
my $char = "\x{909B}";
print $char; # Output: 邛
PHP:
$char = "\x{909B}";
echo $char; // Output: 邛
Ruby:
char = "\u{909B}"
puts char # Output: 邛
Rust:
let c = '\u{909B}';
println!("{}", c); // Output: 邛
Go:
char := '\u909B'
fmt.Printf("%c\n", char) // Output: 邛
CSS:
/* CSS content property */
.element::before {
content: "\00909B"; /* 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%9B
MD5:
18e1fcaa39e792ad82d351c3cbe4c6be
SHA1:
ca780a15c2bcd9e29330bb87e860c985c5b317d2
Base64:
6YKb