C:
char c = '\uBE3D';
printf("%c\n", c); // Output: 븽
JavaScript:
const char = '\uBE3D';
console.log(char); // Output: 븽
Java:
char c = '\uBE3D';
System.out.println(c); // Output: 븽
JSON:
{"text": "\uBE3D"} // Value: 븽
Python:
char = '\uBE3D'
print(char) # Output: 븽
Perl:
my $char = "\x{BE3D}";
print $char; # Output: 븽
PHP:
$char = "\x{BE3D}";
echo $char; // Output: 븽
Ruby:
char = "\u{BE3D}"
puts char # Output: 븽
Rust:
let c = '\u{BE3D}';
println!("{}", c); // Output: 븽
Go:
char := '\uBE3D'
fmt.Printf("%c\n", char) // Output: 븽
CSS:
/* CSS content property */
.element::before {
content: "\00BE3D"; /* 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%BD
MD5:
3cfd5e13d40974b382a99a75ccc98db3
SHA1:
5ac0749e80eee0803fa25d5d9b6bc76caa5305f3
Base64:
67i9