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