C:
char c = '\u6275';
printf("%c\n", c); // Output: 扵
JavaScript:
const char = '\u6275';
console.log(char); // Output: 扵
Java:
char c = '\u6275';
System.out.println(c); // Output: 扵
JSON:
{"text": "\u6275"} // Value: 扵
Python:
char = '\u6275'
print(char) # Output: 扵
Perl:
my $char = "\x{6275}";
print $char; # Output: 扵
PHP:
$char = "\x{6275}";
echo $char; // Output: 扵
Ruby:
char = "\u{6275}"
puts char # Output: 扵
Rust:
let c = '\u{6275}';
println!("{}", c); // Output: 扵
Go:
char := '\u6275'
fmt.Printf("%c\n", char) // Output: 扵
CSS:
/* CSS content property */
.element::before {
content: "\006275"; /* 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%89%B5
MD5:
fef49bf56acdd0447261f6df6a4a8d52
SHA1:
3b64f37fee0e2d250acc791e74b01f2617297393
Base64:
5om1