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