C:
char c = '\u67BF';
printf("%c\n", c); // Output: 枿
JavaScript:
const char = '\u67BF';
console.log(char); // Output: 枿
Java:
char c = '\u67BF';
System.out.println(c); // Output: 枿
JSON:
{"text": "\u67BF"} // Value: 枿
Python:
char = '\u67BF'
print(char) # Output: 枿
Perl:
my $char = "\x{67BF}";
print $char; # Output: 枿
PHP:
$char = "\x{67BF}";
echo $char; // Output: 枿
Ruby:
char = "\u{67BF}"
puts char # Output: 枿
Rust:
let c = '\u{67BF}';
println!("{}", c); // Output: 枿
Go:
char := '\u67BF'
fmt.Printf("%c\n", char) // Output: 枿
CSS:
/* CSS content property */
.element::before {
content: "\0067BF"; /* 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=%E6%9E%BF
MD5:
aa297edc55e466405c35dd8dd2669eeb
SHA1:
868d09573333aa7aedf862dd86f9e30d5915aa73
Base64:
5p6/