C:
char c = '\u7BBF';
printf("%c\n", c); // Output: 箿
JavaScript:
const char = '\u7BBF';
console.log(char); // Output: 箿
Java:
char c = '\u7BBF';
System.out.println(c); // Output: 箿
JSON:
{"text": "\u7BBF"} // Value: 箿
Python:
char = '\u7BBF'
print(char) # Output: 箿
Perl:
my $char = "\x{7BBF}";
print $char; # Output: 箿
PHP:
$char = "\x{7BBF}";
echo $char; // Output: 箿
Ruby:
char = "\u{7BBF}"
puts char # Output: 箿
Rust:
let c = '\u{7BBF}';
println!("{}", c); // Output: 箿
Go:
char := '\u7BBF'
fmt.Printf("%c\n", char) // Output: 箿
CSS:
/* CSS content property */
.element::before {
content: "\007BBF"; /* 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=%E7%AE%BF
MD5:
da869ba89f2b024350ed7f3e00ea7f25
SHA1:
5571a075f6355d264278d575e56e2853bf36c81d
Base64:
566/