C:
char c = '\uBE1D';
printf("%c\n", c); // Output: 븝
JavaScript:
const char = '\uBE1D';
console.log(char); // Output: 븝
Java:
char c = '\uBE1D';
System.out.println(c); // Output: 븝
JSON:
{"text": "\uBE1D"} // Value: 븝
Python:
char = '\uBE1D'
print(char) # Output: 븝
Perl:
my $char = "\x{BE1D}";
print $char; # Output: 븝
PHP:
$char = "\x{BE1D}";
echo $char; // Output: 븝
Ruby:
char = "\u{BE1D}"
puts char # Output: 븝
Rust:
let c = '\u{BE1D}';
println!("{}", c); // Output: 븝
Go:
char := '\uBE1D'
fmt.Printf("%c\n", char) // Output: 븝
CSS:
/* CSS content property */
.element::before {
content: "\00BE1D"; /* 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=%EB%B8%9D
MD5:
be9a3e9d6abe3983622d31007fa49c4a
SHA1:
ae4ee7dc50e57805c7d41074ddaec43f53a98ecc
Base64:
67id