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