C:
char c = '\uB18F';
printf("%c\n", c); // Output: 놏
JavaScript:
const char = '\uB18F';
console.log(char); // Output: 놏
Java:
char c = '\uB18F';
System.out.println(c); // Output: 놏
JSON:
{"text": "\uB18F"} // Value: 놏
Python:
char = '\uB18F'
print(char) # Output: 놏
Perl:
my $char = "\x{B18F}";
print $char; # Output: 놏
PHP:
$char = "\x{B18F}";
echo $char; // Output: 놏
Ruby:
char = "\u{B18F}"
puts char # Output: 놏
Rust:
let c = '\u{B18F}';
println!("{}", c); // Output: 놏
Go:
char := '\uB18F'
fmt.Printf("%c\n", char) // Output: 놏
CSS:
/* CSS content property */
.element::before {
content: "\00B18F"; /* 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%86%8F
MD5:
5c3b6e635f87553c4862e7f5738e8636
SHA1:
e9267c1d7bdce3e9911df211e141dab6de3e4256
Base64:
64aP