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