Unicode Finder

"臷" U+81F7(CJK UNIFIED IDEOGRAPH-81F7)

U+81F7
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-81F7

Programming

C
\u81F7
JavaScript
\u81F7
Java
\u81F7
Json
\u81F7
Python
\u81F7
Perl
\x{81F7}
PHP
\x{81F7}
Ruby
\u{81F7}
Rust
\u{81F7}
Go
\u81F7

Web

CSS
\0081F7
HtmlDecimal
臷
HtmlHexadecimal
臷
Url
%E8%87%B7

Code

MD5
adf9aed10e095d961aad42e024483355
Sha1
7c306aa6d0d853f1e45fb180f466bd521c360f67
Base64
6Ie3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u81F7';
console.log(char);  // Output: 臷

Java:

char c = '\u81F7';
System.out.println(c);  // Output: 臷

JSON:

{"text": "\u81F7"}  // Value: 臷

Python:

char = '\u81F7'
print(char)  # Output: 臷

Perl:

my $char = "\x{81F7}";
print $char;  # Output: 臷

PHP:

$char = "\x{81F7}";
echo $char;  // Output: 臷

Ruby:

char = "\u{81F7}"
puts char  # Output: 臷

Rust:

let c = '\u{81F7}';
println!("{}", c);  // Output: 臷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0081F7";  /* Display: 臷 */
}

HTML Decimal:

<p>HTML decimal: &#33271;</p>  <!-- Display: 臷 -->

HTML Hexadecimal:

<p>HTML hex: &#x81F7;</p>  <!-- Display: 臷 -->

URL Encoding:

// 臷 URL encoding
https://unicodefinder.com/search.php?query=%E8%87%B7

Encodings

MD5:

adf9aed10e095d961aad42e024483355

SHA1:

7c306aa6d0d853f1e45fb180f466bd521c360f67

Base64:

6Ie3