Unicode Finder

"價" U+50F9(CJK UNIFIED IDEOGRAPH-50F9)

U+50F9
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-50F9

Programming

C
\u50F9
JavaScript
\u50F9
Java
\u50F9
Json
\u50F9
Python
\u50F9
Perl
\x{50F9}
PHP
\x{50F9}
Ruby
\u{50F9}
Rust
\u{50F9}
Go
\u50F9

Web

CSS
\0050F9
HtmlDecimal
價
HtmlHexadecimal
價
Url
%E5%83%B9

Code

MD5
39c7d30bae0afb608dfba9ed84393bb3
Sha1
f46a5338001935328246f28983d68256fc90d3aa
Base64
5YO5

使用例

Programming Languages

C:

char c = '\u50F9';
printf("%c\n", c);  // Output: 價

JavaScript:

const char = '\u50F9';
console.log(char);  // Output: 價

Java:

char c = '\u50F9';
System.out.println(c);  // Output: 價

JSON:

{"text": "\u50F9"}  // Value: 價

Python:

char = '\u50F9'
print(char)  # Output: 價

Perl:

my $char = "\x{50F9}";
print $char;  # Output: 價

PHP:

$char = "\x{50F9}";
echo $char;  // Output: 價

Ruby:

char = "\u{50F9}"
puts char  # Output: 價

Rust:

let c = '\u{50F9}';
println!("{}", c);  // Output: 價

Go:

char := '\u50F9'
fmt.Printf("%c\n", char)  // Output: 價

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0050F9";  /* Display: 價 */
}

HTML Decimal:

<p>HTML decimal: &#20729;</p>  <!-- Display: 價 -->

HTML Hexadecimal:

<p>HTML hex: &#x50F9;</p>  <!-- Display: 價 -->

URL Encoding:

// 價 URL encoding
https://unicodefinder.com/search.php?query=%E5%83%B9

Encodings

MD5:

39c7d30bae0afb608dfba9ed84393bb3

SHA1:

f46a5338001935328246f28983d68256fc90d3aa

Base64:

5YO5