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