C:
char c = '\u50BF';
printf("%c\n", c); // Output: 傿
JavaScript:
const char = '\u50BF';
console.log(char); // Output: 傿
Java:
char c = '\u50BF';
System.out.println(c); // Output: 傿
JSON:
{"text": "\u50BF"} // Value: 傿
Python:
char = '\u50BF'
print(char) # Output: 傿
Perl:
my $char = "\x{50BF}";
print $char; # Output: 傿
PHP:
$char = "\x{50BF}";
echo $char; // Output: 傿
Ruby:
char = "\u{50BF}"
puts char # Output: 傿
Rust:
let c = '\u{50BF}';
println!("{}", c); // Output: 傿
Go:
char := '\u50BF'
fmt.Printf("%c\n", char) // Output: 傿
CSS:
/* CSS content property */
.element::before {
content: "\0050BF"; /* 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=%E5%82%BF
MD5:
82679ff171a7faa45662dd705238e0a1
SHA1:
73515e9102a7a52a38e299708d1e31c8e457d508
Base64:
5YK/