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