Unicode Finder

"貴" U+8CB4(CJK UNIFIED IDEOGRAPH-8CB4)

U+8CB4
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8CB4

Programming

C
\u8CB4
JavaScript
\u8CB4
Java
\u8CB4
Json
\u8CB4
Python
\u8CB4
Perl
\x{8CB4}
PHP
\x{8CB4}
Ruby
\u{8CB4}
Rust
\u{8CB4}
Go
\u8CB4

Web

CSS
\008CB4
HtmlDecimal
貴
HtmlHexadecimal
貴
Url
%E8%B2%B4

Code

MD5
702b979c088f7c577d36ab6e6cc4b3db
Sha1
f4e724d828c8b5eb439e7ea159d4f936b6dccf6c
Base64
6LK0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8CB4';
console.log(char);  // Output: 貴

Java:

char c = '\u8CB4';
System.out.println(c);  // Output: 貴

JSON:

{"text": "\u8CB4"}  // Value: 貴

Python:

char = '\u8CB4'
print(char)  # Output: 貴

Perl:

my $char = "\x{8CB4}";
print $char;  # Output: 貴

PHP:

$char = "\x{8CB4}";
echo $char;  // Output: 貴

Ruby:

char = "\u{8CB4}"
puts char  # Output: 貴

Rust:

let c = '\u{8CB4}';
println!("{}", c);  // Output: 貴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008CB4";  /* Display: 貴 */
}

HTML Decimal:

<p>HTML decimal: &#36020;</p>  <!-- Display: 貴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8CB4;</p>  <!-- Display: 貴 -->

URL Encoding:

// 貴 URL encoding
https://unicodefinder.com/search.php?query=%E8%B2%B4

Encodings

MD5:

702b979c088f7c577d36ab6e6cc4b3db

SHA1:

f4e724d828c8b5eb439e7ea159d4f936b6dccf6c

Base64:

6LK0