C:
char c = '\uBAFC';
printf("%c\n", c); // Output: 뫼
JavaScript:
const char = '\uBAFC';
console.log(char); // Output: 뫼
Java:
char c = '\uBAFC';
System.out.println(c); // Output: 뫼
JSON:
{"text": "\uBAFC"} // Value: 뫼
Python:
char = '\uBAFC'
print(char) # Output: 뫼
Perl:
my $char = "\x{BAFC}";
print $char; # Output: 뫼
PHP:
$char = "\x{BAFC}";
echo $char; // Output: 뫼
Ruby:
char = "\u{BAFC}"
puts char # Output: 뫼
Rust:
let c = '\u{BAFC}';
println!("{}", c); // Output: 뫼
Go:
char := '\uBAFC'
fmt.Printf("%c\n", char) // Output: 뫼
CSS:
/* CSS content property */
.element::before {
content: "\00BAFC"; /* 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%AB%BC
MD5:
58ad349520a0a0480d237b2fe6396d58
SHA1:
870dee56d855841112a49c532d80925de4fd7b31
Base64:
66u8