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