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