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