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