Unicode Finder

"臸" U+81F8(CJK UNIFIED IDEOGRAPH-81F8)

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

Programming

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

Web

CSS
\0081F8
HtmlDecimal
臸
HtmlHexadecimal
臸
Url
%E8%87%B8

Code

MD5
eccce9f8efb7411b8e69f5fcfb38fe69
Sha1
acb81c6e829b713edc2c4f9be7f951f0037ca5df
Base64
6Ie4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u81F8';
console.log(char);  // Output: 臸

Java:

char c = '\u81F8';
System.out.println(c);  // Output: 臸

JSON:

{"text": "\u81F8"}  // Value: 臸

Python:

char = '\u81F8'
print(char)  # Output: 臸

Perl:

my $char = "\x{81F8}";
print $char;  # Output: 臸

PHP:

$char = "\x{81F8}";
echo $char;  // Output: 臸

Ruby:

char = "\u{81F8}"
puts char  # Output: 臸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33272;</p>  <!-- Display: 臸 -->

HTML Hexadecimal:

<p>HTML hex: &#x81F8;</p>  <!-- Display: 臸 -->

URL Encoding:

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

Encodings

MD5:

eccce9f8efb7411b8e69f5fcfb38fe69

SHA1:

acb81c6e829b713edc2c4f9be7f951f0037ca5df

Base64:

6Ie4