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