C:
char c = '\u618B';
printf("%c\n", c); // Output: 憋
JavaScript:
const char = '\u618B';
console.log(char); // Output: 憋
Java:
char c = '\u618B';
System.out.println(c); // Output: 憋
JSON:
{"text": "\u618B"} // Value: 憋
Python:
char = '\u618B'
print(char) # Output: 憋
Perl:
my $char = "\x{618B}";
print $char; # Output: 憋
PHP:
$char = "\x{618B}";
echo $char; // Output: 憋
Ruby:
char = "\u{618B}"
puts char # Output: 憋
Rust:
let c = '\u{618B}';
println!("{}", c); // Output: 憋
Go:
char := '\u618B'
fmt.Printf("%c\n", char) // Output: 憋
CSS:
/* CSS content property */
.element::before {
content: "\00618B"; /* 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%8B
MD5:
48b7a36d46e0b494f8da74fcf4c8554f
SHA1:
5f95d95ec04cfc72b2b4af5580351445c7b74abf
Base64:
5oaL