C:
char c = '\u61BF';
printf("%c\n", c); // Output: 憿
JavaScript:
const char = '\u61BF';
console.log(char); // Output: 憿
Java:
char c = '\u61BF';
System.out.println(c); // Output: 憿
JSON:
{"text": "\u61BF"} // Value: 憿
Python:
char = '\u61BF'
print(char) # Output: 憿
Perl:
my $char = "\x{61BF}";
print $char; # Output: 憿
PHP:
$char = "\x{61BF}";
echo $char; // Output: 憿
Ruby:
char = "\u{61BF}"
puts char # Output: 憿
Rust:
let c = '\u{61BF}';
println!("{}", c); // Output: 憿
Go:
char := '\u61BF'
fmt.Printf("%c\n", char) // Output: 憿
CSS:
/* CSS content property */
.element::before {
content: "\0061BF"; /* 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=%E6%86%BF
MD5:
70e0bfe7a14fc5a71bd51da06d099569
SHA1:
6da1cb959db9c8ce535cbf763e1078b5e0e34c69
Base64:
5oa/